Spread Silverlight Documentation
FillType Property


GrapeCity.Windows.SpreadSheet.UI Namespace > DragFillContextMenuItem Class : FillType Property
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

Reference

DragFillContextMenuItem Class
DragFillContextMenuItem Members