[]
Determines whether a specified SheetAxisModel property is set. (This implementation always returns false.)
public virtual bool IsPropertySet(int index, SheetAxisProperty prop)
Public Overridable Function IsPropertySet(index As Integer, prop As SheetAxisProperty) As Boolean
Type | Name | Description |
---|---|---|
int | index | Row or column index |
SheetAxisProperty | prop | Property to evaluate |
Type | Description |
---|---|
bool | This implementation always returns false |