Spread Windows Forms 12.0 Product Documentation
DateLiteralField Constructor(String)


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.
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

Reference

DateLiteralField Class
DateLiteralField Members
Overload List