Search
Cell.Clear Method
See Also
 






Clears the contents of this cell.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool Clear ()

Visual Basic  Copy Code

Public Function Clear () As Boolean

 Return Value

true if the cell contained actual data before the call; false, if the cell is already blank.

 See Also