Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPropertyAllowedSupport Interface / IsPropertySupported Method
Name of the property


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

    Parameters

    propertyName
    Name of the property
    See Also