'Declaration Public Sub SetText( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )
Parameters
- row
- Row index of the cell
- column
- Column index of the cell
- value
- Text for the cell
'Declaration Public Sub SetText( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )