[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBandedView.FindBand

FindBand Method

FindBand(int, int)

Returns the band corresponding to the specified cell.

Declaration
public IBand FindBand(int row, int col)
Parameters
Type Name Description
int row

Row index of the specified cell.

int col

Col index of the specified cell.

Returns
Type Description
IBand