ActiveReports Developer 7
MergeArea Structure Members
See Also  Fields  Properties  Methods 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Cells Namespace : MergeArea Structure

Glossary Item Box

The following tables list the members exposed by MergeArea.

Public Constructors

 NameDescription
Public ConstructorMergeArea Constructor

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

 
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)EmptyRepresents an empty merge area.  
Public Fieldstatic (Shared in Visual Basic)SizeOfReturns the size of the merged area when written to BIFF.  
Top

Public Properties

 NameDescription
Public PropertyColumnFromThe leftmost row of the merged area.  
Public PropertyColumnToThe rightmost row of the merged area.  
Public PropertyRowFromThe topmost row of the merged area.  
Public PropertyRowToThe bottommost row of the merged area.  
Top

Public Methods

 NameDescription
Public MethodContainsCellReturns a Boolean value indicating whether the specified cell is contained within the MergeArea.  
Top

See Also