API Documentation > CorelDRAW > 2025-v26
ITableCellRange interface
Syntax:
Interface ITableCellRange
Properties:
Name Description
_NewEnum
Borders Returns the border properties of the cells in the range
CanMerge Determines whether the cells in the range can be merged
Columns Returns the column collection of the cells in the range
Count Returns the number of cells in the range
IsRectangular Determines of the cells in the range form a rectangular area
Item Returns the specified cell from the range
Rows Returns the row collection of the cells in the range
Methods:
Name Description
AddCell Adds a cell to the range
AddColumn Adds all the cells of a column to the range
AddRange Adds all the cells of another range to the current range
AddRow Adds all the cells of a row to the range
AddToSelection Adds all the cells of the range to the current selection
ApplyFill Applies a fill to all the cells in the range
Merge Merges the cells in the range
Remove Removes a cell from the range by the cell index
RemoveCell Removes a cell from the range
RemoveRange Removes a range of cells from the current range
Select Selects all the cells of the range
Unmerge Unmerges all merged cells in the range