[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.ShowCell

ShowCell Method

ShowCell(int, int)

Scrolls a cell into view.

Declaration
public virtual void ShowCell(int row, int col)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

Remarks

This method does not affect the current selection. To move the cursor to a specific cell and optionally bring it into view, use the Select(CellRange, bool) method.