StylesheetSaveContext

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

NameTypeAccessDescription
_style_indicesIReadOnlyDictionary<String, i32>Read/WriteGets the style indices.
_differential_style_indicesIReadOnlyDictionary<String, i32>Read/WriteGets the differential style indices.

Methods

SignatureDescription
get_style_index(record: CellRecord)i32Calls 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.

See Also