Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / IsPropertySupported Method
Name of the property


In This Topic
    IsPropertySupported Method (BaseCellType)
    In This Topic
    Gets whether the cell type supports the named property.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsPropertySupported( _
       ByVal propertyName As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As BaseCellType
    Dim propertyName As String
    Dim value As Boolean
     
    value = instance.IsPropertySupported(propertyName)
    public virtual bool IsPropertySupported( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property
    See Also