'Declaration
Public ReadOnly Property MergeCells As Boolean
'Usage
Dim instance As DisplayFormat Dim value As Boolean value = instance.MergeCells
public bool MergeCells {get;}
Property Value
true
if the associated DisplayFormat object contains merged cells; otherwise, false
.