Spread.Sheets Documentation
id Method
The table column ID.
Gets or sets the table column ID.
Syntax
var instance = new GC.Spread.Sheets.Tables.TableColumn(id);
var returnValue; // Type: any
returnValue = instance.id(value);
function id( 
   value : number
) : any;

Parameters

value
The table column ID.

Return Value

If no value is set, returns the table column ID; otherwise, returns the table column.
See Also

Reference

TableColumn type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.