Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillContextMenu Class / DragFillContextMenu Constructor
The automatic fill items.
The default checked automatic fill item.


In This Topic
    DragFillContextMenu Constructor
    In This Topic
    Creates a new instance of the DragFillContextMenu class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal items() As AutoFillType, _
       ByVal defaultType As AutoFillType _
    )
    'Usage
     
    Dim items() As AutoFillType
    Dim defaultType As AutoFillType
     
    Dim instance As New DragFillContextMenu(items, defaultType)
    public DragFillContextMenu( 
       AutoFillType[] items,
       AutoFillType defaultType
    )

    Parameters

    items
    The automatic fill items.
    defaultType
    The default checked automatic fill item.
    See Also