TLoopOverUsedRangeParameters.TLoopOverUsedRangeParameters Constructor
Creates a new structure with the given parameters.
Syntax
Namespace: FlexCel.Core
public TLoopOverUsedRangeParameters(Int32 aRow, Int32 aCol, Object aValue)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aRow | Int32 | Row where the value is. (1-based). | |
aCol | Int32 | Column where the value is. (1-based). | |
aValue | Object | Value of the cell at (Row, Column). |