ActiveReports 9
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 System.UShort, _
   ByVal rowTo As System.UShort, _
   ByVal columnFrom As System.UShort, _
   ByVal columnTo As System.UShort _
)
public MergeArea( 
   System.ushort rowFrom,
   System.ushort rowTo,
   System.ushort columnFrom,
   System.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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MergeArea Structure
MergeArea Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum