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

Parameters

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

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.