DataFrameColumnCollection.Item[String] 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.
An indexer based on Name
public Microsoft.Data.Analysis.DataFrameColumn this[string columnName] { get; set; }
member this.Item(string) : Microsoft.Data.Analysis.DataFrameColumn with get, set
Default Public Property Item(columnName As String) As DataFrameColumn
Parameters
- columnName
- String
The name of a DataFrameColumn
Property Value
A DataFrameColumn if it exists.
Exceptions
Throws if columnName
is not present in this DataFrame