Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / MergeCell Property


In This Topic
MergeCell Property (IExcelXF)
In This Topic
Merge the cell
Syntax
'Declaration
 
Property MergeCell As Boolean
 
'Usage
 
Dim instance As IExcelXF
Dim value As Boolean
 
instance.MergeCell = value
 
value = instance.MergeCell
See Also