var instance = new GC.Spread.Sheets.Worksheet(name); var returnValue; // Type: any returnValue = instance.showColumnOutline(value);
function showColumnOutline( value : boolean ) : any;
Parameters
- value
- Whether to display the column outline.
Return Value
If no value is set, returns a value that indicates whether the column outline is displayed on this sheet; otherwise, returns the worksheet.