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