Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GeneralFormatter Class / GeneralFormatter Constructor / GeneralFormatter Constructor(String,Boolean,Boolean)
The format string.
if set to true [is date format].
if set to true [chart mode].


In This Topic
    GeneralFormatter Constructor(String,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the GeneralFormatter class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal formatString As String, _
       ByVal isDateFormat As Boolean, _
       ByVal chartMode As Boolean _
    )
    'Usage
     
    
    Dim formatString As String
    Dim isDateFormat As Boolean
    Dim chartMode As Boolean
     
    Dim instance As New GeneralFormatter(formatString, isDateFormat, chartMode)
    public GeneralFormatter( 
       string formatString,
       bool isDateFormat,
       bool chartMode
    )

    Parameters

    formatString
    The format string.
    isDateFormat
    if set to true [is date format].
    chartMode
    if set to true [chart mode].
    See Also