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( int Row, int Col, double Value, String __gc ^ Dimension, int NumDigits ); |
- Row
- Col
- Value
- Dimension
- NumDigits