Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > selectedCount

selectedCount

selectedCount(): Integer;

The selectedCount method of the JadeTableSheet class returns the number of selected cells in the Table sheet referenced by this object.

For a description of this method, see the Table control selectedCount method.

The code fragment in the following example shows the use of the selectedCount method.

if table1.accessSheet(2).selectedCount > 0 then