Get Method

Get function

Gets a object by column index.The Column object of given column index will be instantiated if it does not exist before.


func (instance *ColumnCollection) Get(columnindex int32)  (*Column,  error) 

Remarks

See Also