The type representing the properties associated with the range.
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.
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.
Represents an interface for ranged items with customizable properties, supporting operations such as retrieving properties at a given coordinate, cloning with updates, splitting, and merging.
Type Param: J
The type representing the JSON-serializable representation of the range.