Spread WPF 18
GrapeCity.Spreadsheet Namespace / IFormatter Interface / FormatCode Property


In This Topic
    FormatCode Property (IFormatter)
    In This Topic
    Gets the format code for this formatter.
    Syntax
    'Declaration
     
    ReadOnly Property FormatCode As String
    'Usage
     
    Dim instance As IFormatter
    Dim value As String
     
    value = instance.FormatCode
    string FormatCode {get;}

    Property Value

    A string value represents the format code for this formatter.
    See Also