var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.headerRight(value);
function headerRight( value : string ) : any;
Parameters
- value
- The text and format of the right header on printed pages.
Return Value
If no value is set, returns the text and format of the right header on printed pages; otherwise, returns the print setting information.