ConditionalFormat

Overview

ConditionalFormat is a class in Aspose.Cells FOSS for Typescript.

This class provides 5 methods for working with ConditionalFormat objects in Typescript programs. Available methods include: addArea, addRule, getRanges, getRules, toXml. All public members are accessible to any Typescript application after installing the Aspose.Cells FOSS for Typescript package.

Description

ConditionalFormat is a class in the Aspose.Cells FOSS library for TypeScript that exposes 5 methods and 0 properties for programmatic use.

Core capabilities include: Adds a cell range to which the conditional format rules apply; adds a conditional format rule to the collection. These operations enable developers to integrate conditionalformat functionality directly into TypeScript applications.

Methods

SignatureDescription
addArea(range: string)Adds a cell range to which the conditional format rules apply.
getRanges()CellRange[]Returns the ranges.
addRule(rule: ConditionalFormatRule)Adds a conditional format rule to the collection.
getRules()ConditionalFormatRule[]Returns the rules.
toXml()stringSerializes the conditional format to an XML string.

See Also