Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillContextMenuItem Class / DragFillContextMenuItem Constructor
The automatic drag fill context menu item text.
The automatic drag fill type that the menu item represents.


In This Topic
    DragFillContextMenuItem Constructor
    In This Topic
    Creates a new instance of the DragFillContextMenuItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String, _
       ByVal fillType As AutoFillType _
    )
    'Usage
     
    Dim text As String
    Dim fillType As AutoFillType
     
    Dim instance As New DragFillContextMenuItem(text, fillType)
    public DragFillContextMenuItem( 
       string text,
       AutoFillType fillType
    )

    Parameters

    text
    The automatic drag fill context menu item text.
    fillType
    The automatic drag fill type that the menu item represents.
    See Also