CellValue Constructor(Object)
In This Topic
Initializes a new instance of the
CellValue struct.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
'Usage
Dim value As Object
Dim instance As New CellValue(value)
public CellValue(
object
)
Parameters
- value
- The System.Object value.
See Also