ISheetSpanModel Interface Members
In This Topic
The following tables list the members exposed by ISheetSpanModel.
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 with the specified cell in the collection. |
| GetEnumerator | Gets an enumerator for iterating to the next cell span in the collection after the specified span. |
| IsEmpty | Determines whether the model is empty of cell spans. |
| Remove | Removes the cell span with the specified anchor cell from the collection. |
Top
See Also