The following tables list the members exposed by MergeArea.
Public Constructors
| Name | Description |
| MergeArea Constructor | Initializes a new instance of the MergeArea structure from the specified row and column to the specified row and column. |
Top
Public Fields
| Name | Description |
| Empty | Represents an empty merge area. |
| SizeOf | Returns the size of the merged area when written to BIFF. |
Top
Public Properties
| Name | Description |
| ColumnFrom | The leftmost row of the merged area. |
| ColumnTo | The rightmost row of the merged area. |
| RowFrom | The topmost row of the merged area. |
| RowTo | The bottommost row of the merged area. |
Top
Public Methods
| Name | Description |
| ContainsCell | Returns a Boolean value indicating whether the specified cell is contained within the MergeArea. |
Top
See Also