Spread for ASP.NET 12 Product Documentation
GetRowMerge Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetRowMerge Method
Row index
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 enumeration setting for the specified row
See Also

Reference

SheetView Class
SheetView Members