Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetColumnMergePolicy Method
An integer value indicates the row index.


In This Topic
    GetColumnMergePolicy Method
    In This Topic
    Gets the MergePolicy value indicating whether to automatically merge adjacent identical cells.
    Syntax
    'Declaration
     
    
    Public Function GetColumnMergePolicy( _
       ByVal column As Integer _
    ) As MergePolicy
    'Usage
     
    
    Dim instance As LayoutManager
    Dim column As Integer
    Dim value As MergePolicy
     
    value = instance.GetColumnMergePolicy(column)
    public MergePolicy GetColumnMergePolicy( 
       int column
    )

    Parameters

    column
    An integer value indicates the row index.
    See Also