Spread Silverlight Documentation
SelectedAutoFitType Property


GrapeCity.Windows.SpreadSheet.UI Namespace > DragFillContextMenu Class : SelectedAutoFitType Property
Gets or sets the selected automatic fill item.
Syntax
'Declaration
 
Public Property SelectedAutoFitType As AutoFillType
'Usage
 
Dim instance As DragFillContextMenu
Dim value As AutoFillType
 
instance.SelectedAutoFitType = value
 
value = instance.SelectedAutoFitType
public AutoFillType SelectedAutoFitType {get; set;}

Property Value

The selected automatic fill item.
See Also

Reference

DragFillContextMenu Class
DragFillContextMenu Members