Version

getFixedColumnFromKey Method

Returns the fixed column for the specified column key.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getFixedColumnFromKey( 
   key : String
) : $IG.FixedColumnInfo;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.getFixedColumnFromKey(String);

Parameters

key
The column key of the fixed column.

Return Value

The fixed column object for the given key. Null will be returned if the column is not found.
See Also