[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IUnboundRowSupport

IUnboundRowSupport Interface

Interface that supports unbound rows when the model is bound to a data source.

Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public interface IUnboundRowSupport
Public Interface IUnboundRowSupport

Methods

Name Description
AddRowToDataSource(int, bool)

Adds the unbound row to the data source.

AddUnboundRows(int, int)

Adds unbound rows to the data model.

GetUnboundValue(int, int)

Gets the unbound value for the cell.

IsRowBound(int)

Determines whether the row is bound.