Click or drag to resize
IDataClassItem Property (Int32)
Column indexer by index.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
Object this[
	int columnIndex
] { get; set; }

Parameters

columnIndex
Type: SystemInt32
Column index

Property Value

Type: Object
See Also