[]
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() | Initializes a new instance of the BaseSheetSpanModel class. |
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. |
FireChanged(int, int, int, int, SheetSpanModelEventType) | Returns information about the cell span that has changed. |
GetEnumerator(int, int, int, int) | Gets the next cell span in the collection. |
IsEmpty() | Determines whether the model is empty of cell spans. |
OnChanged(SheetSpanModelEventArgs) | Returns information about the event that was raised. |
Remove(int, int) | Removes all cell spans in the collection that cover the cell at the specified row and column. |
Name | Description |
---|---|
Changed | Occurs when the user makes a change to the model that affects the span of cells of the sheet. |