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