EnableDragDrop Property (FlexSheet)
In This Topic
Gets or sets the value to indicates whether enable drag and drop rows or columns in FlexSheet.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property EnableDragDrop As System.Boolean
'Usage
Dim instance As FlexSheet
Dim value As System.Boolean
instance.EnableDragDrop = value
value = instance.EnableDragDrop
[System.ComponentModel.DefaultValue(true)]
public System.bool EnableDragDrop {get; set;}
public read-write property EnableDragDrop: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set EnableDragDrop : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_EnableDragDrop();
public: __property void set_EnableDragDrop(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool EnableDragDrop {
System.bool get();
void set ( System.bool value);
}
See Also