Click or drag to resize

ColumnCollectionItem(String) Property

Gets a Column by its caption

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

Parameters

columnCaption  String
 

Property Value

Column
See Also