Gets or sets a value to enable or disable the display of a deletion confirmation message when deleting cells.
public bool AutoHandleCellDelete {get; set;}
'Declaration
Public Property AutoHandleCellDelete As Boolean
'Usage
Dim instance As WorkstationViewer
Dim value As Boolean
instance.AutoHandleCellDelete = value
value = instance.AutoHandleCellDelete
public: __property bool get_AutoHandleCellDelete();
public: __property void set_AutoHandleCellDelete(
bool value
);
public:
property bool AutoHandleCellDelete {
bool get();
void set ( bool value);
}
Property Value
true to enable the display of a deletion confirmation message when deleting cells. Otherwise; false. The default is true.