Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillBlockEventArgs Class / AutoFillType Property


In This Topic
    AutoFillType Property (DragFillBlockEventArgs)
    In This Topic
    Gets the AutoFillType value used for the fill operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property AutoFillType As AutoFillType
    'Usage
     
    Dim instance As DragFillBlockEventArgs
    Dim value As AutoFillType
     
    value = instance.AutoFillType
    public AutoFillType AutoFillType {get;}

    Property Value

    The AutoFillType value used for the fill operation.
    See Also