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
See Also