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