var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.showRowHeader(value);
function showRowHeader( value : PrintVisibilityType ) : any;
Parameters
- value
- Whether to print the row header.
Return Value
If no value is set, returns whether to print the row header; otherwise, returns the print setting information.