Readonly
isFor runtime type checking.
Readonly
isFor runtime type checking.
Batches all 'transactional' changes until they have all be committed or rolled back.
Optional
options: string | OperationOptionsDescription of the operation or additional options. Used for tracking undo/redo and history. Default Value User Operation
.
Any changes that are made to this object will be reflected in the local record but not committed to the transactional store until the batch is popped.
Useful for operations that are longer running but generally not recommended as it keeps a transaction open. doBatch is the preferred option.
Optional
cloneCreates a new instance of the range with specified updates applied.
The updates to apply to the range's properties.
A new ICellRanged
instance with the applied updates.
Close the record and cleans resources. Can't be undone.
Optional
deleteProvides a mechanism to perform a set of operations in a batch.
A callback that performs multiple operations all within the same transaction.
Optional
options: string | OperationOptionsDescription of the operation or additional options. Used for tracking undo/redo and history. Default Value User Operation
.
Returns the color scale settings for this conditional formatting.
This will be null
unless IConditionalFormat.getType is IConditionalFormat.Type.ColorScale
.
Returns the contains texts settings for this conditional formatting.
This will be null
unless IConditionalFormat.getType is IConditionalFormat.Type.ContainsText
.
Returns the custom rule settings for this conditional formatting.
This will be null
unless IConditionalFormat.getType is IConditionalFormat.Type.Custom
.
Returns the data bar settings for this conditional formatting.
This will be null
unless IConditionalFormat.getType is IConditionalFormat.Type.DataBar
.
Returns the icon set settings for this conditional formatting.
This will be null
unless IConditionalFormat.getType is IConditionalFormat.Type.IconSet
.
Returns the preset rule settings for this conditional formatting.
This will be null
unless IConditionalFormat.getType is IConditionalFormat.Type.PresetCriteria
.
Retrieves the properties associated with a specified cell within the range.
The row index within the range.
The column index within the range.
The value at the coordinates.
The properties associated with the specified cell as a read-only object.
Returns the ranges for conditional formatting.
Returns the cell value associated with this conditional formatting.
This will be null
unless IConditionalFormat.getType is IConditionalFormat.Type.Scalar
.
Returns a snapshot of the conditional that can be used for copying and archiving.
Optional
options: ReferenceableClipboard.CopyOptionsReturns the top/bottom rule settings for this conditional formatting.
This will be null
unless IConditionalFormat.getType is IConditionalFormat.Type.TopBottom
.
Returns the type of conditional format used.
Optional
getReturns true
if no more operations are allowed.
If the model unable to be modified.
If the model unable to be modified.
The priority of the conditional format rule as a number relative to other rules.
A number that determines the order of the conditional format.
Optional
options: OperationOptionsSet ranges for the conditional format.
The address.
Optional
options: OperationOptionsSets whether to stop evaluating additional conditional formatting rules if this rule is true.
A boolean to indicate if this is a stop.
Optional
options: OperationOptionsSet the type of conditional format used.
The type of conditional format.
Optional
options: OperationOptionsThe current state as a JSON object.
Set multiple properties at the same time.
Optional
options: OperationOptions
Represents a conditional formatting rule for a range.
Remarks
Used for modifying the type and rules of a conditional formatting entry.
Conditional formatting rules can be used to highlight, format, or modify cell appearance based on data conditions or criteria.
Conditional formatting help users identify patterns, trends, and exceptions in data by applying visual styles dynamically.