'Declaration
Sub SetNumber( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal number As System.Double _ )
'Usage
Dim instance As IValues Dim row As System.Integer Dim column As System.Integer Dim number As System.Double instance.SetNumber(row, column, number)
Parameters
- row
- Specifies the row of the cell to set.
- column
- Specifies the column of the cell to set.
- number
- Specifies the number to place into the specified cell.