Search
Selection.IsEmpty Property
See Also
 






Gets a value indicating whether the selection contains any cells.

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

 Syntax

C#  Copy Code

public bool IsEmpty { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsEmpty As Boolean

 Property Value

true if the selection contains at least one cell; otherwise, false.

 Remarks

This property should return true only when the associated view does not display any worksheets. Otherwise the selection contains at least the currently active cell.

 See Also