FrozenCols
Grid
public
int FrozenCols
EX1
void Grid_FrozenCols_ex1() { Worksheet wks = Project.ActiveLayer(); if(wks) { Grid gg; gg.Attach(wks); if(gg) { printf("Frozen Rows:%d, Frozen Cols:%d\n", gg.FrozenRows, gg.FrozenCols); } } }
[Read only] The number of frozen columns. Cells in frozen columns can be selected and edited, but they remain visible when the user scrolls the contents horizontally. Frozen columns should correspond to our label columns (i.e. row labels).
origin.h
Grid::FrozenRows