Spread Windows Forms 6.0 Product Documentation
SpreadDataColumn Constructor(String,Type)
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > SpreadDataColumn Class > SpreadDataColumn Constructor : SpreadDataColumn Constructor(String,Type)


dataColumnName
Name of the column
columnDataType
Type of the data

Glossary Item Box

Creates a new Spread data column with the specified data type.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dataColumnName As String, _
   ByVal columnDataType As Type _
)
Visual Basic (Usage)Copy Code
Dim dataColumnName As String
Dim columnDataType As Type
 
Dim instance As New SpreadDataColumn(dataColumnName, columnDataType)
C# 
public SpreadDataColumn( 
   string dataColumnName,
   Type columnDataType
)

Parameters

dataColumnName
Name of the column
columnDataType
Type of the data

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.