Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IFormatter Interface / FormatString Property


In This Topic
    FormatString Property (IFormatter)
    In This Topic
    The expression that is used to format and parse.
    Syntax
    'Declaration
     
    ReadOnly Property FormatString As String
    'Usage
     
    Dim instance As IFormatter
    Dim value As String
     
    value = instance.FormatString
    string FormatString {get;}
    See Also