TcxPivotGridViewDataSelection.Count Property
In This Article
Returns the number of cell regions making up the current selection.
#Declaration
Delphi
property Count: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
To access these regions, use the Regions collection. The Count property returns the number of items within this collection.
See Also