IPivotTableOptions
IsDataEditable Property
|
True to disable the alert for when the user overwrites values in the data area of the PivotTable.
True also allows the user to change data values that previously could not be changed
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsDataEditable { get; set; }
Property IsDataEditable As Boolean
Get
Set
property bool IsDataEditable {
bool get ();
void set (bool value);
}
abstract IsDataEditable : bool with get, set
Property Value
Type:
Boolean
See Also