Spread for ASP.NET 8.0 Product Documentation
SpreadDataColumnPropertyDescriptor Constructor


Name of the property
Type of the property
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)
public SpreadDataColumnPropertyDescriptor( 
   string propertyName,
   Type propertyType
)

Parameters

propertyName
Name of the property
propertyType
Type of the property
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SpreadDataColumnPropertyDescriptor Class
SpreadDataColumnPropertyDescriptor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.