Spread WPF 15
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillSmartTag Class / AutoFilterType Property


In This Topic
    AutoFilterType Property
    In This Topic
    Gets or sets the type of the automatic fill after drag fill.
    Syntax
    'Declaration
     
    Public Property AutoFilterType As AutoFillType
    'Usage
     
    Dim instance As DragFillSmartTag
    Dim value As AutoFillType
     
    instance.AutoFilterType = value
     
    value = instance.AutoFilterType
    public AutoFillType AutoFilterType {get; set;}

    Property Value

    The type of the GrapeCity.Windows.SpreadSheet.UI.AutoFillType.
    See Also