'Declaration Public Function New( _ ByVal propertyName As String, _ ByVal propertyType As Type _ )
'Usage Dim propertyName As String Dim propertyType As Type Dim instance As New SpreadDataColumnPropertyDescriptor(propertyName, propertyType)
public SpreadDataColumnPropertyDescriptor( string propertyName, Type propertyType )
Parameters
- propertyName
- Name of the property
- propertyType
- Type of the property