GrapeCity.Xaml.SpreadSheet.UI
DefaultAutoFillType Property (SheetView)


GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : DefaultAutoFillType Property
Gets or sets the default type of the automatic fill.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property DefaultAutoFillType As Nullable(Of AutoFillType)
'Usage
 
Dim instance As SheetView
Dim value As Nullable(Of AutoFillType)
 
instance.DefaultAutoFillType = value
 
value = instance.DefaultAutoFillType
[DefaultValue()]
public Nullable<AutoFillType> DefaultAutoFillType {get; set;}

Property Value

The default type of the automatic fill.
See Also

Reference

SheetView Class
SheetView Members