Search
CellRange.Clear Method
See Also
 






Clears the content of the cells in this range.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool Clear ()

Visual Basic  Copy Code

Public Function Clear () As Boolean

 Return Value

true if at least one cell has been cleared; otherwise, false.

 See Also