Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetRowMergePolicy Method / SetRowMergePolicy(Int32,MergePolicy) Method
An integer value indicates the row index.
A MergePolicy value indicating whether to automatically merge adjacent identical cells.


In This Topic
SetRowMergePolicy(Int32,MergePolicy) Method
In This Topic
Sets the MergePolicy value indicating whether to automatically merge adjacent identical cells.
Syntax
'Declaration
 
Public Overloads Sub SetRowMergePolicy( _
   ByVal row As Integer, _
   ByVal value As MergePolicy _
) 
 
'Usage
 
Dim instance As LayoutManager
Dim row As Integer
Dim value As MergePolicy
 
instance.SetRowMergePolicy(row, value)

Parameters

row
An integer value indicates the row index.
value
A MergePolicy value indicating whether to automatically merge adjacent identical cells.
See Also