StylesheetSaveContext

StylesheetSaveContext

Overview

StylesheetSaveContext is a class in Aspose.Cells FOSS for C++.

Internal context used during stylesheet saving to hold the built stylesheet document together with style index maps and format counts.

Properties

NameTypeAccessDescription
XmlDocumentXmlDocumentRead

Methods

SignatureDescription
XmlDocument()XmlDocument
GetStyleIndex(record: Core::CellRecord)intGets the cell format index for the given cell record. Returns 0 if the style is not found.
GetDifferentialStyleIndex(condition: Core::FormatConditionModel)std::optional<int>Gets the differential style index for the given format condition. Returns nullopt if the style is default or not found.

See Also