[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetAxisModel.GetSize

GetSize Method

GetSize(int)

Gets the size of the specified row or column. (This implementation always returns 60.)

Declaration
public virtual int GetSize(int index)
Public Overridable Function GetSize(index As Integer) As Integer
Parameters
Type Name Description
int index

Row or column index

Returns
Type Description
int

Always returns 60

Implements