Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / MergedCells Property


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

    Property Value

    A collection of IRange represents the merged cell information
    See Also