Search
Selection.isEmpty Method
See Also
 






Gets a value indicating whether the selection contains any cells.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean isEmpty ()

 Return Value

 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