DataFrameColumnCollection.GetCharColumn(String) Method

Definition

Gets the CharDataFrameColumn with the specified name.

public Microsoft.Data.Analysis.CharDataFrameColumn GetCharColumn (string name);
member this.GetCharColumn : string -> Microsoft.Data.Analysis.CharDataFrameColumn
Public Function GetCharColumn (name As String) As CharDataFrameColumn

Parameters

name
String

The name of the column

Returns

CharDataFrameColumn.

Exceptions

A column named name cannot be found, or if the column's type doesn't match.

Applies to