Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / CellValue Constructor / CellValue Constructor(String)


In This Topic
    CellValue Constructor(String)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As String _
    )
    'Usage
     
    
    Dim value As String
     
    Dim instance As New CellValue(value)
    public CellValue( 
       string value
    )

    Parameters

    value
    See Also