ClassMergedCellInfo
Class
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
The cell range.