FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetRowMerge Method
Row index (use -1 for all rows)
MergePolicy enumeration setting


In This Topic
SetRowMerge Method
In This Topic
Sets 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 Sub SetRowMerge( _
   ByVal row As Integer, _
   ByVal value As MergePolicy _
) 
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim value As MergePolicy
 
instance.SetRowMerge(row, value)

Parameters

row
Row index (use -1 for all rows)
value
MergePolicy enumeration setting
See Also