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


In This Topic
    FormatString Property (GeneralFormatter)
    In This Topic
    Gets the format string for this formatter.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("General")>
    Public ReadOnly Property FormatString As String
    'Usage
     
    Dim instance As GeneralFormatter
    Dim value As String
     
    value = instance.FormatString
    [DefaultValue("General")]
    public string FormatString {get;}

    Property Value

    The format string for this formatter. The default value is "General".
    See Also