[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetSpanModel

BaseSheetSpanModel Class

Represents the partial (abstract) implementation of the ISheetSpanModel interface for a span model for a sheet.

Inheritance
BaseSheetSpanModel
Implements
Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public abstract class BaseSheetSpanModel : ISheetSpanModel
Public MustInherit Class BaseSheetSpanModel
    Implements ISheetSpanModel

Constructors

Name Description
BaseSheetSpanModel()

Methods

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.