[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetAxisModel.IsPropertySet

IsPropertySet Method

IsPropertySet(int, SheetAxisProperty)

Determines whether a specified SheetAxisModel property is set. (This implementation always returns false.)

Declaration
public virtual bool IsPropertySet(int index, SheetAxisProperty prop)
Public Overridable Function IsPropertySet(index As Integer, prop As SheetAxisProperty) As Boolean
Parameters
Type Name Description
int index

Row or column index

SheetAxisProperty prop

Property to evaluate

Returns
Type Description
bool

This implementation always returns false

Implements