[]
Interface that supports creating a model that represents cell spans.
public interface ISheetSpanModel
Public Interface ISheetSpanModel
| Name | Description |
|---|---|
| Add(int, int, int, int) | Adds a cell span to the collection. |
| Clear() | Removes all cell spans from the collection. |
| Find(int, int) | Finds the cell span with the specified cell in the collection. |
| GetEnumerator(int, int, int, int) | 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(int, int) | Removes the cell span with the specified anchor cell from the collection. |