【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.22.9 Grid::FixedCols
Contents
ClassName
Grid
AccessType
public
Name
FixedCols
Declaration
int FixedCols
Remark
Doesn't support this property any more. Please use FrozenCols instead.
Examples
EX1
void Grid_FixedCols_ex1() { Worksheet wks = Project.ActiveLayer(); if(wks) { Grid gg; gg.Attach(wks); if(gg) { printf("Fixed Rows:%d, Fixed Cols:%d\n", gg.FixedRows, gg.FixedCols); } } }
Description
The number of fixed columns. Fixed columns remain visible when the user scrolls the contents of the grid. They should correspond to our header columns in worksheet.
Header to Include
origin.h