SpreadJS Documentation
id Method
Gets or sets the table column ID.
Syntax
var instance = new GcSpread.Sheets.TableColumnInfo(id);
var value; // Type: any
value = instance.id();
function id() : any;

Return Value

If a value is set, returns the table column ID. If the value is not set, it returns the table column information itself.
See Also

Reference

TableColumnInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.