Get Method

Get function

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


func (instance *RowCollection) Get(rowindex int32)  (*Row,  error) 

Remarks

See Also