TcxGridBands.GetLastVisibleRootIndex(TcxGridBandFixedKind) Method
Returns the position of the last visible band in the current collection by its fixed kind.
Declaration
function GetLastVisibleRootIndex(AFixedKind: TcxGridBandFixedKind): Integer;
Parameters
Name | Type |
---|---|
AFixedKind | TcxGridBandFixedKind |
Returns
Type |
---|
Integer |
Remarks
Use the GetLastVisibleRootIndex method to obtain the position of the last visible band in the current band collection. The AFixedKind parameter specifies the fixed kind of the band to search for.
For more information about fixed bands, see the Bands and the Band.FixedKind topics.
See Also