Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / GeneralFormatter Class / GeneralFormatter Constructor / GeneralFormatter Constructor(FormatMode,String)
The format mode.
The format string.


In This Topic
    GeneralFormatter Constructor(FormatMode,String)
    In This Topic
    Creates a new formatter with the specified format mode and format string.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal formatMode As FormatMode, _
       ByVal format As String _
    )
    'Usage
     
    Dim formatMode As FormatMode
    Dim format As String
     
    Dim instance As New GeneralFormatter(formatMode, format)
    public GeneralFormatter( 
       FormatMode formatMode,
       string format
    )

    Parameters

    formatMode
    The format mode.
    format
    The format string.
    See Also