Gets or sets list of text runs stored in a merged cell. Text is equal to the text of the first cell.

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

Syntax

C#
public override List<Run> Runs { get; set; }
Visual Basic
Public Overrides Property Runs As List(Of Run)
	Get
	Set
Visual C++
public:
virtual property List<Run^>^ Runs {
	List<Run^>^ get () override;
	void set (List<Run^>^ value) override;
}

See Also