Spread Windows Forms 12.0 Product Documentation
MergeCells Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : MergeCells Property
Returns a value that indicates if the associated IRange object contains merged cells as it is displayed in the current user interface.
Syntax
'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 IRange object contains merged cells; otherwise, false.
See Also

Reference

DisplayFormat Class
DisplayFormat Members