Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / MergeSelectedCellTypes Method


In This Topic
    MergeSelectedCellTypes Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function MergeSelectedCellTypes() As ICellType
    'Usage
     
    
    Dim instance As DesignerMain
    Dim value As ICellType
     
    value = instance.MergeSelectedCellTypes()
    public ICellType MergeSelectedCellTypes()
    See Also