DataFrameColumnCollection.GetUInt16Column(String) Method

Definition

Gets the UInt16DataFrameColumn with the specified name.

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

Parameters

name
String

The name of the column

Returns

UInt16DataFrameColumn.

Exceptions

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

Applies to