WorkbookPropertiesModel

WorkbookPropertiesModel

Overview

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

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

Methods

SignatureDescription
copy_from(source: WorkbookPropertiesModel)Calls copy_from(source) on this WorkbookPropertiesModel instance.
has_workbook_properties_state()boolReturns true if workbook properties state is present.

See Also