Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Features Class / CopySkipInvisibleRange Property


In This Topic
    CopySkipInvisibleRange Property
    In This Topic
    Gets or sets a boolean value indicating whether hidden cells will be skipped on copying.
    Syntax
    'Declaration
     
    
    Public Property CopySkipInvisibleRange As Boolean
    'Usage
     
    
    Dim instance As Features
    Dim value As Boolean
     
    instance.CopySkipInvisibleRange = value
     
    value = instance.CopySkipInvisibleRange
    public bool CopySkipInvisibleRange {get; set;}
    See Also