Get Method
Get function
Gets a Row 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
- Class RowCollection
- Library Aspose.Cells for Go