Click or drag to resize
ColumnDefinition Constructor (String, Type)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public ColumnDefinition(
	string name,
	Type type
)

Parameters

name
Type: SystemString
Column name
type
Type: SystemType
Column type
See Also