Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / DefaultAutoFillType Property


In This Topic
    DefaultAutoFillType Property (GcSpreadSheet)
    In This Topic
    Gets or sets the default type of the automatic fill.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property DefaultAutoFillType As Nullable(Of AutoFillType)
    'Usage
     
    Dim instance As GcSpreadSheet
    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