Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetRowMergePolicy Method
An integer value indicates the row index.


In This Topic
GetRowMergePolicy Method
In This Topic
Gets the MergePolicy value indicating whether to automatically merge adjacent identical cells.
Syntax
'Declaration
 
Public Function GetRowMergePolicy( _
   ByVal row As Integer _
) As MergePolicy
 
'Usage
 
Dim instance As LayoutManager
Dim row As Integer
Dim value As MergePolicy
 
value = instance.GetRowMergePolicy(row)

Parameters

row
An integer value indicates the row index.
See Also