Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateLiteralField Class / DateLiteralField Constructor / DateLiteralField Constructor(String)
A System.String value indicates the literal text.


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

    Parameters

    literalText
    A System.String value indicates the literal text.
    See Also