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

Reference

Worksheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.