Click or drag to resize

ColumnCollectionItem Property (String)

Gets a Column by its caption

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public Column this[
	string columnCaption
] { get; }

Parameters

columnCaption
Type: SystemString

Property Value

Type: Column
See Also