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
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