'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
- Property name
Return Value
Boolean: true if the cell type supports it; false otherwise