Spread.Sheets Documentation
col Field
GC.Spread.Sheets Namespace > CellRange type : col Field
Gets the starting column index.
Syntax
var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea);
var value; // Type: number
value = instance.col;
var col : number;
See Also

Reference

CellRange type