ExcelWorksheetDataItem Property (String) |
Gets a value from a worksheet by column name.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string this[
string index
] { get; }
Public ReadOnly Default Property Item (
index As String
) As String
Get
public:
property String^ default[String^ index] {
String^ get (String^ index);
}
member Item : string with get
Parameters
- index
- Type: SystemString
Return Value
Type:
StringSee Also