[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetAxisModel.IsPropertySet

IsPropertySet Method

IsPropertySet(int, SheetAxisProperty)

Determines whether the specified SheetAxisModel property is set.

Declaration
public override bool IsPropertySet(int index, SheetAxisProperty prop)
Public Overrides 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
Overrides