Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumnPropertyDescriptor Class / SpreadDataColumnPropertyDescriptor Constructor
Name of the property
Type of the property


In This Topic
SpreadDataColumnPropertyDescriptor Constructor
In This Topic
Initializes a new instance of the SpreadDataColumnPropertyDescriptor class.
Syntax
'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)

Parameters

propertyName
Name of the property
propertyType
Type of the property
See Also