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