[]
Represents the partial (abstract) implementation of the ISheetSpanModel interface for a span model for a sheet.
public abstract class BaseSheetSpanModel : ISheetSpanModel
Public MustInherit Class BaseSheetSpanModel
Implements ISheetSpanModel
| Name | Description |
|---|---|
| BaseSheetSpanModel() |
| 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 in the collection that includes the cell at the specified row and column. |
| GetEnumerator(int, int, int, int) | Gets the next cell span in the collection. |
| IsEmpty() | Determines whether the model is empty of cell spans. |
| Remove(int, int) | Removes all cell spans in the collection that cover the cell at the specified row and column. |