BaseSheetSpanModel Class Members
In This Topic
The following tables list the members exposed by BaseSheetSpanModel.
Public Methods
| | Name | Description |
 | Add | Adds a cell span to the collection. |
 | Clear | Removes all cell spans from the collection. |
 | Find | Finds the cell span in the collection that includes the cell at the specified row and column. |
 | GetEnumerator | Gets the next cell span in the collection. |
 | IsEmpty | Determines whether the model is empty of cell spans. |
 | Remove | Removes all cell spans in the collection that cover the cell at the specified row and column. |
Top
Protected Methods
| | Name | Description |
 | FireChanged | Returns information about the cell span that has changed. |
 | OnChanged | Returns information about the event that was raised. |
Top
Public Events
| | Name | Description |
 | Changed | Occurs when the user makes a change to the model that affects the span of cells of the sheet. |
Top
See Also