[]
Gets an enumerator for iterating to the next cell span in the collection after the specified span.
IEnumerator GetEnumerator(int row, int column, int rowCount, int columnCount)
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 |