MergeCells Property (DisplayFormat)
Gets a value that indicates if the associated
DisplayFormat object contains merged cells as it is displayed in the current user interface.
public bool MergeCells {get;}
'Declaration
Public ReadOnly Property MergeCells As Boolean
'Usage
Dim instance As DisplayFormat
Dim value As Boolean
value = instance.MergeCells
Property Value
true
if the associated
DisplayFormat object contains merged cells; otherwise,
false
.