Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillContextMenuItem Class / FillType Property


In This Topic
    FillType Property
    In This Topic
    Gets or sets the automatic fill type that the context menu item represents.
    Syntax
    'Declaration
     
    Public Property FillType As AutoFillType
    'Usage
     
    Dim instance As DragFillContextMenuItem
    Dim value As AutoFillType
     
    instance.FillType = value
     
    value = instance.FillType
    public AutoFillType FillType {get; set;}

    Property Value

    The automatic fill type.
    See Also