WorkbookViewModel
Overview
WorkbookViewModel is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
This struct declares 2 methods for WorkbookViewModel objects in Rust programs.
Available methods include: copy_from, has_stored_state.
Public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
copy_from(source: WorkbookViewModel) | Calls copy_from(source) on this WorkbookViewModel instance. |
has_stored_state(active_sheet_index: i32) → bool | Calls has_stored_state(active_sheet_index) on this WorkbookViewModel instance. |