Gets or sets list of text runs in a cell.

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

Syntax

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

See Also