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