DataFrameColumnCollection.GetSByteColumn(String) Method

Definition

Gets the SByteDataFrameColumn with the specified name.

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

Parameters

name
String

The name of the column

Returns

SByteDataFrameColumn.

Exceptions

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

Applies to