Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Features Class / PasteSkipInvisibleRange Property


In This Topic
PasteSkipInvisibleRange Property
In This Topic
Gets or sets a boolean value indicating whether hidden cells will be skipped on pasting.
Syntax
'Declaration
 
Public Property PasteSkipInvisibleRange As Boolean
 
'Usage
 
Dim instance As Features
Dim value As Boolean
 
instance.PasteSkipInvisibleRange = value
 
value = instance.PasteSkipInvisibleRange
See Also