Spread Silverlight Documentation
MergedCells Property (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : MergedCells Property
Gets or sets the merged cells information.
Syntax
'Declaration
 
Property MergedCells As System.Collections.Generic.List(Of IRange)
'Usage
 
Dim instance As IExcelWorksheet
Dim value As System.Collections.Generic.List(Of IRange)
 
instance.MergedCells = value
 
value = instance.MergedCells
System.Collections.Generic.List<IRange> MergedCells {get; set;}

Property Value

A collection of IRange represents the merged cell information
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members