DataColumn(CellType, String) Constructor
|
Initializes a new instance of the
DataColumn
class
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public DataColumn(
CellType type,
string columnName
)
Public Sub New (
type As CellType,
columnName As String
)
public:
DataColumn(
CellType type,
String^ columnName
)
new :
type : CellType *
columnName : string -> DataColumn
Parameters
- type CellType
-
- columnName String
-
See Also