Returns the merge range of this cell. The
method returns an invalid merge range if this cell is not part of
the merge range.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public CellRange GetMergeRange()
Public Function GetMergeRange As CellRange
public:
CellRange^ GetMergeRange()
member GetMergeRange : unit -> CellRange
Return Value
CellRange
See Also