SpreadJS Documentation
Column Constructor
The sheet that contains this column.
The column index.
The sheet area. If you do not provide this parameter, it will default to viewport.
Represents a column in a sheet.
Syntax
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea);
function Column( 
   sheet : Sheet,
   index : number,
   sheetArea : SheetArea
) : Column;

Parameters

sheet
The sheet that contains this column.
index
The column index.
sheetArea
The sheet area. If you do not provide this parameter, it will default to viewport.
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.