Spread Silverlight Documentation
Items Property (DragFillContextMenu)


GrapeCity.Windows.SpreadSheet.UI Namespace > DragFillContextMenu Class : Items Property
Gets or sets the automatic fill items.
Syntax
'Declaration
 
Public Property Items As AutoFillType()
'Usage
 
Dim instance As DragFillContextMenu
Dim value() As AutoFillType
 
instance.Items = value
 
value = instance.Items
public AutoFillType[] Items {get; set;}

Property Value

The automatic fill items.
See Also

Reference

DragFillContextMenu Class
DragFillContextMenu Members