Represents merged cell. Offers merging cells possibility.

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

Syntax

C#
public sealed class MergedCell : Cell
Visual Basic
Public NotInheritable Class MergedCell _
	Inherits Cell
Visual C++
public ref class MergedCell sealed : public Cell

Inheritance Hierarchy

System..::..Object
  Arctorus.Documents.Tables..::..Cell
    Arctorus.Documents.Tables..::..MergedCell

See Also