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


In This Topic
    AutoFillType Property (DragFillExtent)
    In This Topic
    Gets the type of the drag fill.
    Syntax
    'Declaration
     
    Public ReadOnly Property AutoFillType As AutoFillType
    'Usage
     
    Dim instance As DragFillExtent
    Dim value As AutoFillType
     
    value = instance.AutoFillType
    public AutoFillType AutoFillType {get;}
    See Also