DataFrameColumn.SetName Method

Definition

Overloads

SetName(String)

Updates the column name.

SetName(String, DataFrame)
Obsolete.

Updates the name of this column.

SetName(String)

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)

Caution

This API is now deprecated.

Updates the name of this column.

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

Parameters

newName
String

The new name.

dataFrame
DataFrame

Ignored (for backward compatibility)

Attributes

Applies to