Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / TextCellData Class / TextCellData Constructor
The string value.


In This Topic
    TextCellData Constructor
    In This Topic
    Initializes a new instance of the TextCellData class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As String _
    )
    'Usage
     
    
    Dim value As String
     
    Dim instance As New TextCellData(value)
    public TextCellData( 
       string value
    )

    Parameters

    value
    The string value.
    See Also