'Declaration Public Overloads Sub SetValue( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal value As System.Object _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim value As System.Object instance.SetValue(row, column, value)
Parameters
- row
- The row index.
- column
- The column index.
- value
- The value to set for the specified cell.