Dela via


DataFrameColumnCollection.GetInt32Column(String) Method

Definition

Gets the Int32DataFrameColumn with the specified name.

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

Parameters

name
String

The name of the column

Returns

Int32DataFrameColumn.

Exceptions

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

Applies to