WorksheetProtectionModel

WorksheetProtectionModel

Overview

WorksheetProtectionModel is a struct in Aspose.Cells FOSS for Rust. Inherits from: Default, Clone, PartialEq.

This struct provides 2 methods for working with WorksheetProtectionModel objects in Rust programs. Available methods include: clear, has_stored_state. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
clear()Calls clear on this WorksheetProtectionModel instance.
has_stored_state()boolReturns true if stored state is present.

See Also