Gets a value indicating whether the selection contains any cells.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsEmpty { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsEmpty As Boolean |
true if the selection contains at least one cell; otherwise, false.
RemarksThis 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