var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.blackAndWhite(value);
function blackAndWhite( value : boolean ) : any;
Parameters
- value
- Whether to print in black and white.
Return Value
If no value is set, returns whether to print in black and white; otherwise, returns the print setting information.