RowCollection Class
Contents
[
Hide
]RowCollection class
Collects the
type RowCollection struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetCount | Gets the number of rows in this collection. |
GetEnumerator | Gets an enumerator that iterates rows through this collection |
GetEnumerator_Bool_Bool | Gets an enumerator that iterates rows through this collection |
GetRowByIndex | Gets the row object by the position in the list. |
Get | Gets a Row 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. |