Gets first cell of a merged cell.

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

Syntax

C#
public Cell StartCell { get; }
Visual Basic
Public ReadOnly Property StartCell As Cell
	Get
Visual C++
public:
property Cell^ StartCell {
	Cell^ get ();
}

See Also