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


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

    Parameters

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