Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / CellInfo Constructor / CellInfo Constructor(Object,StyleInfo)


In This Topic
    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 rawValue As Object, _
       ByVal style As StyleInfo _
    )
    'Usage
     
    
    Dim rawValue As Object
    Dim style As StyleInfo
     
    Dim instance As New CellInfo(rawValue, style)
    public CellInfo( 
       object rawValue,
       StyleInfo style
    )

    Parameters

    rawValue
    style
    See Also