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


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

    Parameters

    row
    An integer value indicates the row index.
    See Also