Click or drag to resize

XLRowItem Property

Gets or sets the value at the specified column name.

Namespace:  MicaSystems.Utils.Excel
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public string this[
	string columnName
] { get; set; }

Parameters

columnName
Type: SystemString
Name of the column.

Property Value

Type: String
The String.

Return Value

Type: String
Value String
See Also