Spread for ASP.NET 12 Product Documentation
SetMergePolicy Method (ISheetAxisModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetAxisModel Interface : SetMergePolicy Method
Row or column index
Value with the merge policy
Sets the cell merge policy for the specified row or column.
Syntax
'Declaration
 
Sub SetMergePolicy( _
   ByVal index As Integer, _
   ByVal value As MergePolicy _
) 
'Usage
 
Dim instance As ISheetAxisModel
Dim index As Integer
Dim value As MergePolicy
 
instance.SetMergePolicy(index, value)
void SetMergePolicy( 
   int index,
   MergePolicy value
)

Parameters

index
Row or column index
value
Value with the merge policy
See Also

Reference

ISheetAxisModel Interface
ISheetAxisModel Members