Sets a number in a cell. Uses scenario
units.
| [Visual Basic .NET] |
|---|
Public Sub SetCellValue( _
ByVal Row As Integer, _
ByVal Col As Integer, _
ByVal Value As Double, _
ByVal Dimension As String, _
ByVal NumDigits As Integer _
)
|
| [Managed C++] |
|---|
public: void SetCellValue(
|
- Row
- Col
- Value
- Dimension
- NumDigits