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