Spread Windows Forms 15.0
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
    bool MergeCell {get; set;}
    See Also