Share via


DataFrameColumn.SetName Method

Definition

Overloads

SetName(String)

Updates the column name.

SetName(String, DataFrame)
Obsolete.

Updates the name of this column.

SetName(String)

Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs

Updates the column name.

public void SetName(string newName);
member this.SetName : string -> unit
Public Sub SetName (newName As String)

Parameters

newName
String

The new name.

Applies to

SetName(String, DataFrame)

Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs

Caution

This API is now deprecated.

Updates the name of this column.

[System.Obsolete]
public void SetName(string newName, Microsoft.Data.Analysis.DataFrame dataFrame);
public void SetName(string newName, Microsoft.Data.Analysis.DataFrame dataFrame = default);
[<System.Obsolete>]
member this.SetName : string * Microsoft.Data.Analysis.DataFrame -> unit
member this.SetName : string * Microsoft.Data.Analysis.DataFrame -> unit
Public Sub SetName (newName As String, dataFrame As DataFrame)
Public Sub SetName (newName As String, Optional dataFrame As DataFrame = Nothing)

Parameters

newName
String

The new name.

dataFrame
DataFrame

Ignored (for backward compatibility)

Attributes

Applies to