GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    CopyOptions Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Represents the options used when copying a cell range.

    • C#
    • VB.NET
    public sealed class CopyOptions
    Public NotInheritable Class CopyOptions
    Inheritance:
    System.Object
    CopyOptions

    Properties

    CopyTypes

    Gets or sets types of cell data to copy. The default value is Default.

    • C#
    • VB.NET
    public CopyTypes CopyTypes { get; set; }
    Public Property CopyTypes As CopyTypes
    Property Value
    CopyTypes

    SkipBlanks

    Gets or sets a value indicating whether to skip blank cells. The default value is false.

    • C#
    • VB.NET
    public bool SkipBlanks { get; set; }
    Public Property SkipBlanks As Boolean
    Property Value
    System.Boolean

    Transpose

    Gets or sets a value indicating whether to transpose rows and columns. The default value is false.

    • C#
    • VB.NET
    public bool Transpose { get; set; }
    Public Property Transpose As Boolean
    Property Value
    System.Boolean
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.