GcSpread.Sheets Namespace > Sheet type : getColumn Method |
var instance = new GcSpread.Sheets.Sheet(name); var value; // Type: Column value = instance.getColumn(index, sheetArea);
activeSheet.getColumn(3).visible(false); activeSheet.getCell(0,3).value("Test"); activeSheet.getColumn(1).width(100);
activeSheet.getColumn(3).width("60");