FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnMerge Method
Column index


In This Topic
GetColumnMerge Method
In This Topic
Gets whether or how cells in a column on this sheet that have the same content are joined into a single cell across multiple rows.
Syntax
'Declaration
 
Public Function GetColumnMerge( _
   ByVal column As Integer _
) As MergePolicy
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As MergePolicy
 
value = instance.GetColumnMerge(column)

Parameters

column
Column index
See Also