GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / IsPropertySupported Method
Name of the property


In This Topic
IsPropertySupported Method (GcNumberCellType)
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 GcNumberCellType
Dim propertyName As String
Dim value As Boolean
 
value = instance.IsPropertySupported(propertyName)

Parameters

propertyName
Name of the property
See Also