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