CellInfo Constructor(Object)
In This Topic
Creates a new a set of cell information (CellInfo object) with a value.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
'Usage
Dim rawValue As Object
Dim instance As New CellInfo(rawValue)
public CellInfo(
object
)
Parameters
- rawValue
See Also