var value; // Type: any value = GC.Spread.Sheets.Worksheet(name);
function Worksheet( name : string ) : any;
Parameters
- name
- The name of the Worksheet.
Return Value
The following values can be returned:
options.color | string type | Specifies the color of the grid line. |
options.showVerticalGridline | boolean type | Specifies whether to display the vertical grid line. |
options.showHorizontalGridline | boolean type | Specifies whether to display the horizontal grid line. |