DataFrameColumnCollection.GetDecimalColumn(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DecimalDataFrameColumn with the specified name
.
public Microsoft.Data.Analysis.DecimalDataFrameColumn GetDecimalColumn (string name);
member this.GetDecimalColumn : string -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function GetDecimalColumn (name As String) As DecimalDataFrameColumn
Parameters
- name
- String
The name of the column
Returns
Exceptions
A column named name
cannot be found, or if the column's type doesn't match.