GrapeCity.Xaml.Excel
MergedCells Property (IExcelWorksheet)


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

Property Value

A collection of IRange represents the merged cell information
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options