MergeArea Structure Members
In This Topic
The following tables list the members exposed by MergeArea.
Public Constructors
| Name | Description |
 | MergeArea Constructor | Initializes a new instance of the MergeArea struct with specified cell coordinates, defining a rectangular region to be merged. |
Top
Public Fields
| Name | Description |
  | Empty | Represents an empty merge area. |
 | SizeOf | Returns the size of this data when written to BIFF. |
Top
Public Properties
| Name | Description |
 | ColumnFrom | The leftmost column of the rectangular merged region. |
 | ColumnTo | The rightmost column of the rectangular merged region. |
 | RowFrom | The upper row of the rectangular merged region. |
 | RowTo | The lower row of the rectangular merged region. |
Top
Public Methods
| Name | Description |
 | ContainsCell | Returns true if this MergeArea contains the cell at the specified row & column index. |
Top
See Also