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 public string this[
string columnName
] { get; set; }
Parameters
- columnName
- Type: SystemString
Name of the column.
Property Value
Type:
String
The
String.
Return Value
Type:
StringValue
StringSee Also