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