Spread Windows Forms 12.0 Product Documentation
IsPropertySupported Method (ImageCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > ImageCellType Class : IsPropertySupported Method
Name of the property
Gets whether the cell type supports the named property.
Syntax
'Declaration
 
Public Overrides Function IsPropertySupported( _
   ByVal propertyName As String _
) As Boolean
'Usage
 
Dim instance As ImageCellType
Dim propertyName As String
Dim value As Boolean
 
value = instance.IsPropertySupported(propertyName)
public override bool IsPropertySupported( 
   string propertyName
)

Parameters

propertyName
Name of the property
See Also

Reference

ImageCellType Class
ImageCellType Members