getColumn

returns the configuration object of the specified SpreadSheet column

object getColumn(string id);

Parameters

idstringthe column id

Returns

objectthe column configuration object

Example

var config = $$("ssheet").getColumn(id);

Back to top
If you have not checked yet, be sure to visit site of our main product Webix js framework and page of spreadsheet javascript library product.