GcSpread.Sheets Namespace > Spread type : showColumn Method |
var instance = new GcSpread.Sheets.Spread(host, options); var value; // Type: any value = instance.showColumn(col, horizontalPosition);
function showColumn( col : number, horizontalPosition : HorizontalPosition ) : any;
spread.showColumn(5, GcSpread.Sheets.HorizontalPosition.center);