SpreadJS Documentation
showColumn Method
The column index.
The horizontal position for the column.
Moves a column to the specified position.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: any
value = instance.showColumn(col, horizontalPosition);
function showColumn( 
   col : number,
   horizontalPosition : HorizontalPosition
) : any;

Parameters

col
The column index.
horizontalPosition
The horizontal position for the column.
Example
This example uses the showColumn method.
spread.showColumn(5, GcSpread.Sheets.HorizontalPosition.center);
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.