Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / MergeCell Property


In This Topic
MergeCell Property (ExcelXFormat)
In This Topic
MergeCell
Syntax
'Declaration
 
Public Overridable Property MergeCell As Boolean
 
'Usage
 
Dim instance As ExcelXFormat
Dim value As Boolean
 
instance.MergeCell = value
 
value = instance.MergeCell
See Also