Spread WinForms 15
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()

Return Value

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