TdxSpreadSheetTableViewSelection.Count Property
Returns the number of selected individual cells and/or cell ranges.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property is particularly useful if you need to obtain the maximum zero-based index value for use in the Items property. The Count property returns 0 if there are no cell selections or the View worksheet has a focused container.
See Also