RowCollection Class
RowCollection class
Collects the objects that represent the individual rows in a worksheet.
type RowCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetCount | Gets the number of rows in this collection. |
GetRowByIndex | Gets the row object by the position in the list. |
Get | Gets a object by given row index. The Row object of given row index will be instantiated if it does not exist before. |
Clear | Clear all rows and cells. |
RemoveAt | Remove the row item at the specified index(position) in this collection. |