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


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

    Parameters

    format
    The format string.
    See Also