Wijmo UI for the Web
column Method
Gets the associated column object.
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.cellInfo();
var value; // Type: IColumn
value = instance.column();
Javascript (Specification) 
function column() : IColumn;

Return Value

The associated column object.
Example
var column = cellInfoObj.column();
Browser Compatibility
7
5
5

See Also

Reference

cellInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.