Spread.Sheets Documentation
showRowOutline Method
Whether to display the row outline.
Gets or sets whether the row outline (range group) is visible.
Syntax
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.
Example
This example uses the showRowOutline method.
activeSheet.showRowOutline(false);
See Also

Reference

Worksheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.