In This Topic
Sets the value in a specified row in the current column.
Syntax
'Declaration
Public Sub SetValue( _
ByVal As Integer, _
ByVal As Object _
)
'Usage
Dim instance As Column
Dim row As Integer
Dim value As Object
instance.SetValue(row, value)
public void SetValue(
int ,
object
)
Parameters
- row
- The row index.
- value
- The value for the cell.
See Also