Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRowMerge Method
Row index


In This Topic
    GetRowMerge Method
    In This Topic
    Gets whether or how cells in a row on this sheet that have the same content are joined into a single cell across multiple columns.
    Syntax
    'Declaration
     
    
    Public Function GetRowMerge( _
       ByVal row As Integer _
    ) As MergePolicy
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim value As MergePolicy
     
    value = instance.GetRowMerge(row)
    public MergePolicy GetRowMerge( 
       int row
    )

    Parameters

    row
    Row index
    See Also