DataFrameColumnCollection.GetUInt32Column(String) Method

Definition

Gets the UInt32DataFrameColumn with the specified name.

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

Parameters

name
String

The name of the column

Returns

UInt32DataFrameColumn.

Exceptions

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

Applies to