Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SpreadDataColumn Class
SpreadDataColumn Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.