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