[]
        
(Showing Draft Content)

FarPoint.Web.Spread.LayoutTemplate.CreateSpanModel

CreateSpanModel Method

CreateSpanModel(int, int)

Creates the span model for the layout template.

Declaration
protected virtual ISheetSpanModel CreateSpanModel(int rowCount, int colCount)
Protected Overridable Function CreateSpanModel(rowCount As Integer, colCount As Integer) As ISheetSpanModel
Parameters
Type Name Description
int rowCount

Integer number of rows

int colCount

Integer number of columns

Returns
Type Description
ISheetSpanModel