Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillContextMenu Class / SelectedAutoFitType Property


In This Topic
    SelectedAutoFitType Property
    In This Topic
    Gets or sets the selected automatic fill item.
    Syntax
    'Declaration
     
    Public Property SelectedAutoFitType As AutoFillType
    'Usage
     
    Dim instance As DragFillContextMenu
    Dim value As AutoFillType
     
    instance.SelectedAutoFitType = value
     
    value = instance.SelectedAutoFitType
    public AutoFillType SelectedAutoFitType {get; set;}

    Property Value

    The selected automatic fill item.
    See Also