Protection.IsEditingContentsAllowed

Protection.IsEditingContentsAllowed property

Represents if the user is allowed to edit contents of locked cells on a protected worksheet.

[Obsolete("Use Protection.AllowEditingContent property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsEditingContentsAllowed { get; set; }

Remarks

NOTE: This member is now obsolete. Instead, please use Protection.AllowEditingContent property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

See Also