var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: number value = instance.getColumnWidth(col, sheetArea);
Parameters
- col
- The column index.
- sheetArea
- The sheet area. If this parameter is not given, it defaults to viewport.
Return Value
The column width in pixels.