Gets list of all merged cells in a table.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ReadOnlyCollection<MergedCell> MergedCells { get; }
Visual Basic
Public ReadOnly Property MergedCells As ReadOnlyCollection(Of MergedCell)
	Get
Visual C++
public:
property ReadOnlyCollection<MergedCell^>^ MergedCells {
	ReadOnlyCollection<MergedCell^>^ get ();
}

See Also