[]
Gets the next cell span in the collection.
public virtual IEnumerator GetEnumerator(int row, int column, int rowCount, int columnCount)
Public Overridable Function GetEnumerator(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As IEnumerator
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
int | rowCount | Number of rows in cell span |
int | columnCount | Number of columns in cell span |
Type | Description |
---|---|
IEnumerator |