Spread Windows Forms 12.0 Product Documentation
IsPropertySupported Method (BaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > BaseCellType Class : IsPropertySupported Method
Name of the property
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

Reference

BaseCellType Class
BaseCellType Members