Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / CellInfo Constructor / CellInfo Constructor(Object)


In This Topic
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 rawValue As Object _
)
 
'Usage
 
Dim rawValue As Object
 
Dim instance As New CellInfo(rawValue)

Parameters

rawValue
See Also