[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSpanModel.GetEnumerator

GetEnumerator Method

GetEnumerator(int, int, int, int)

Gets an enumerator for iterating to the next cell span in the collection after the specified span.

Declaration
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
Parameters
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

Returns
Type Description
IEnumerator
Overrides

GetEnumerator()

Gets an enumerator for iterating to the next cell span in the collection.

Declaration
public virtual IEnumerator GetEnumerator()
Public Overridable Function GetEnumerator() As IEnumerator
Returns
Type Description
IEnumerator
Implements