'Declaration
Public Overloads Function SetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Object _ ) As Boolean
Parameters
- row
- An integer value indicates the row index of cell.
- column
- An integer value indicates the column index of cell.
- value
- An System.Object value to set
Return Value
true
if success, false
otherwise.