SpreadJS Documentation
setColumnHeaderVisible Method
Whether the column header is visible.
Sets a value that indicates whether the column header is visible.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: any
value = instance.setColumnHeaderVisible(visible);
function setColumnHeaderVisible( 
   visible : boolean
) : any;

Parameters

visible
Whether the column header is visible.
Example
This example hides the column header.
activeSheet.setColumnHeaderVisible(false);
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.