Clears the contents of this cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Clear () |
Visual Basic
Copy Code
|
|---|
Public Function Clear () As Boolean |
true if the cell contained actual data before the call; false, if the cell is already blank.
See Also