AllowDragFill Property (FpSpread)
In This Topic
Gets or sets whether to allow the user to drag and fill cells in the component with the contents of a cell or cells.
Syntax
'Declaration
Public Property AllowDragFill As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowDragFill = value
value = instance.AllowDragFill
public bool AllowDragFill {get; set;}
See Also