RowCollection Class

RowCollection class

Collects the objects that represent the individual rows in a worksheet.


type RowCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCountGets the number of rows in this collection.
GetEnumeratorGets an enumerator that iterates rows through this collection
GetEnumerator_Bool_BoolGets an enumerator that iterates rows through this collection
GetRowByIndexGets the row object by the position in the list.
GetGets a Row object by given row index. The Row object of given row index will be instantiated if it does not exist before.
ClearClear all rows and cells.
RemoveAtRemove the row item at the specified index(position) in this collection.