MindFusion.Wpf Pack Programmer's Guide
Selection.IsEmpty Property
See Also
 





Gets a value indicating whether the selection contains any cells.

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

 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

Selection Members
Selection Class
MindFusion.Spreadsheet.Wpf Namespace