Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / AutoFormatter Class / FormatString Property


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