Spread for ASP.NET 8.0 Product Documentation
SpreadDataColumn Constructor(String,Type)


Name of the column
Type of the data
Creates a new Spread data column with the specified data type.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataColumnName As String, _
   ByVal columnDataType As Type _
)
'Usage
 
Dim dataColumnName As String
Dim columnDataType As Type
 
Dim instance As New SpreadDataColumn(dataColumnName, columnDataType)
public SpreadDataColumn( 
   string dataColumnName,
   Type columnDataType
)

Parameters

dataColumnName
Name of the column
columnDataType
Type of the data
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

SpreadDataColumn Class
SpreadDataColumn Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.