[]
Gets an enumerator for iterating to the next cell span in the collection after the specified span.
public override IEnumerator GetEnumerator(int row, int column, int rowCount, int columnCount)
Public Overrides 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 span |
int | columnCount | Number of columns in span |
Type | Description |
---|---|
IEnumerator |
Gets an enumerator for iterating to the next cell span in the collection.
public virtual IEnumerator GetEnumerator()
Public Overridable Function GetEnumerator() As IEnumerator
Type | Description |
---|---|
IEnumerator |