Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GetRowMerge Method
Row index
Example


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

    Return Value

    MergePolicy setting that specifies if and how cells in this row are automatically merged
    Example
    This example returns the merge policy for the model.
    See Also