In This Topic
Sets the
System.Object value.
Syntax
'Declaration
Public Sub SetValue( _
ByVal As Object _
)
'Usage
Dim instance As CellValue
Dim value As Object
instance.SetValue(value)
public void SetValue(
object
)
Parameters
- value
- The System.Object value to set.
See Also