IdxRichEditTable.GetParentCell Method
Returns the cell that contains the table.
Declaration
function GetParentCell: IdxRichEditTableCell;
Returns
Type | Description |
---|---|
IdxRichEditTableCell | A table cell. |
Remarks
The function returns nil (in Delphi) if the table is not nested.
See Also