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


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

    Parameters

    rawValue
    style
    formula
    See Also