var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.showBorder(value);
function showBorder( value : boolean ) : any;
Parameters
- value
- Whether to print an outline border around the entire control.
Return Value
If no value is set, returns whether to print an outline border around the entire control; otherwise, returns the print setting information.