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