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: 12.0.0.0
Syntax
public Column this[
	string columnCaption
] { get; }

Parameters

columnCaption
Type: SystemString

Property Value

Type: Column
See Also