'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
.