[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BaseCellType.IsPropertySupported

IsPropertySupported Method

IsPropertySupported(string)

Gets whether the cell type supports the named property.

Declaration
public virtual bool IsPropertySupported(string propertyName)
Public Overridable Function IsPropertySupported(propertyName As String) As Boolean
Parameters
Type Name Description
string propertyName

Name of the property

Returns
Type Description
bool

True if is supported; false otherwise

Implements