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


In This Topic
    CanUserDragFill Property (GcSpreadSheet)
    In This Topic
    Gets or sets whether to allow the user to drag fill a range of cells.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(True)>
    Public Property CanUserDragFill As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.CanUserDragFill = value
     
    value = instance.CanUserDragFill
    [Category("Spread Workbook")]
    [DefaultValue(true)]
    public bool CanUserDragFill {get; set;}
    See Also