GrapeCity.Xaml.SpreadSheet.UI
DragFillContextMenuItem Constructor


GrapeCity.Xaml.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.
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

Reference

DragFillContextMenuItem Class
DragFillContextMenuItem Members