DataFrameColumnCollection.GetInt16Column(String) Method

Definition

Gets the Int16DataFrameColumn with the specified name.

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

Parameters

name
String

The name of the column

Returns

Int16DataFrameColumn.

Exceptions

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

Applies to