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