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


In This Topic
    InnerFormatter Property
    In This Topic
    Gets or sets the inner formatter.
    Syntax
    'Declaration
     
    Public Property InnerFormatter As GeneralFormatter
    'Usage
     
    Dim instance As AutoFormatter
    Dim value As GeneralFormatter
     
    instance.InnerFormatter = value
     
    value = instance.InnerFormatter
    public GeneralFormatter InnerFormatter {get; set;}

    Property Value

    The inner formatter.
    See Also