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
public bool PasteSkipInvisibleRange {get; set;}
See Also