DataFrameRow.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Item[Int32] |
An indexer to return the value at |
Item[String] |
An indexer to return the value at |
Item[Int32]
Item[String]
An indexer to return the value at columnName
.
public object this[string columnName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(columnName As String) As Object
Parameters
- columnName
- String
The name of the column that corresponds to the return value
Property Value
The value at this columnName
.