[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.ISheetSpanModel.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
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
Parameters
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

Returns
Type Description
IEnumerator