DataFrameColumn.SetName 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.
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