StylesheetSaveContext
Overview
StylesheetSaveContext is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
This struct provides 2 methods for working with StylesheetSaveContext objects in Rust programs.
Available methods include: get_differential_style_index, get_style_index.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Fields: _differential_style_indices, _style_indices.
Fields
| Name | Type | Access | Description |
|---|---|---|---|
_style_indices | IReadOnlyDictionary<String, i32> | Read/Write | Gets the style indices. |
_differential_style_indices | IReadOnlyDictionary<String, i32> | Read/Write | Gets the differential style indices. |
Methods
| Signature | Description |
|---|---|
get_style_index(record: CellRecord) → i32 | Calls get_style_index(record) on this StylesheetSaveContext instance. |
get_differential_style_index(condition: FormatConditionModel) → Option<i32> | Calls get_differential_style_index(condition) on this StylesheetSaveContext instance. |