Class
MergedCellInfo

Encapsulates a merged cell range for use during format provider import and export operations.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Contexts

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class MergedCellInfo

Inheritance: objectMergedCellInfo

Constructors

MergedCellInfo()

Initializes a new instance of the MergedCellInfo class.

Declaration

cs-api-definition
public MergedCellInfo()

MergedCellInfo(CellRange)

Initializes a new instance of the MergedCellInfo class for the specified merged range.

Declaration

cs-api-definition
public MergedCellInfo(CellRange cellRange)

Parameters

cellRange

CellRange

The cell range.

Properties

CellRange

Gets or sets the cell range defining the rectangular area of merged cells.

Declaration

cs-api-definition
public CellRange CellRange { get; set; }

Property Value

CellRange

The cell range.