Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / IsMergedCellAvailable Method / IsMergedCellAvailable() Method


In This Topic
    IsMergedCellAvailable() Method
    In This Topic
    Indicates whether there is at least on merged cell in the worksheet.
    Syntax
    'Declaration
     
    
    Public Overloads Function IsMergedCellAvailable() As Boolean
    'Usage
     
    
    Dim instance As LayoutManager
    Dim value As Boolean
     
    value = instance.IsMergedCellAvailable()
    public bool IsMergedCellAvailable()

    Return Value

    true if there is at least one merged cell; otherwise, false.
    See Also