Gets a value indicating whether the selection contains any cells.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public bool IsEmpty { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property IsEmpty As Boolean |
true if the selection contains at least one cell; otherwise, false.
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.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |