'DeclarationOverloads Sub SetText( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal buffer As System.Text.StringBuilder _ )
'UsageDim instance As IValues Dim row As System.Integer Dim column As System.Integer Dim buffer As System.Text.StringBuilder instance.SetText(row, column, buffer)
Parameters
- row
 - Specifies the row of the cell to set.
 - column
 - Specifies the column of the cell to set.
 - buffer
 - Specifies the text to place into the specified cell.