ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Cells Namespace / MergeArea Structure
Fields Properties Methods

In This Topic
    MergeArea Structure Members
    In This Topic

    The following tables list the members exposed by MergeArea.

    Public Constructors
     NameDescription
    Public 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)Represents an empty merge area.  
    Public Fieldstatic (Shared in Visual Basic)Returns the size of the merged area when written to BIFF.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe leftmost row of the merged area.  
    Public PropertyThe rightmost row of the merged area.  
    Public PropertyThe topmost row of the merged area.  
    Public PropertyThe bottommost row of the merged area.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a Boolean value indicating whether the specified cell is contained within the MergeArea.  
    Top
    See Also