TcxPivotGridViewDataSelection.Delete(Integer) Method
In This Article
Removes a cell region from the current selection.
#Declaration
Delphi
procedure Delete(AIndex: Integer);
#Parameters
Name | Type |
---|---|
AIndex | Integer |
#Remarks
The AIndex parameter identifies this region by its position within the Regions collection.
See Also