ActiveReports 12
MergeArea Constructor

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > MergeArea Structure : MergeArea Constructor
The top most row of the merged rectangular region.
The bottom most row of the merged rectangular region.
The leftmost column of the merged rectangular region.
The rightmost column of the merged rectangular region.

Initializes a new instance of the MergeArea structure from the specified row and column to the specified row and column.

Syntax
'Declaration
 
Public Function New( _
   ByVal rowFrom As UShort, _
   ByVal rowTo As UShort, _
   ByVal columnFrom As UShort, _
   ByVal columnTo As UShort _
)
public MergeArea( 
   ushort rowFrom,
   ushort rowTo,
   ushort columnFrom,
   ushort columnTo
)

Parameters

rowFrom
The top most row of the merged rectangular region.
rowTo
The bottom most row of the merged rectangular region.
columnFrom
The leftmost column of the merged rectangular region.
columnTo
The rightmost column of the merged rectangular region.
See Also

Reference

MergeArea Structure
MergeArea Members