Click or drag to resize

DataColumnCollectionSetColumnName Method

Overload List
 NameDescription
Public methodSetColumnName(DataColumn, String) Sets the name of the column
C#
datac
.
Public methodSetColumnName(Int32, String) Sets the name of the column at position
C#
index
.
Public methodSetColumnName(String, String) Rename the column with the name
C#
oldName
to
C#
newName
.
Top
See Also