Spread Windows Forms 17
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)
    public CellInfo( 
       object rawValue
    )

    Parameters

    rawValue
    See Also