PasteEmptyCells Property (FlexSheet)
In This Topic
Gets or sets a value that determines whether when pasting, paste all cells or only not empty cells.
Syntax
'Declaration
Public Overridable Property PasteEmptyCells As Boolean
public virtual bool PasteEmptyCells {get; set;}
See Also