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


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

Parameters

column
An integer value indicates the row index.
See Also