TdxSpreadSheetMergedCell Members
A cell created from several individual adjacent cells within a Table View worksheet.Properties
| Name | Description |
|---|---|
| ActiveCell | Returns an individual cell object whose value is used as a value of the current merged cell object. |
| Area | Returns the area occupied by the current merged cell object. |
| Next | Returns the next item within the merged cell merged cell collection. |
| Owner | Returns the merged cell collection to which the current merged cell object belongs. |
| Prev | Returns the previous item within the merged cell collection. |
| View | Returns the Table View worksheet to which the current merged cell object belongs. |
Methods
| Name | Description |
|---|---|
| Contains(Integer,Integer) | Returns a value indicating whether the specified cell belongs to the current merged cell object. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| Intersects(TRect) | Returns a value indicating whether the specified rectangular area intersects with the current merged cell object. |
| ToString | Inherited from TObject. |
See Also