public void SetColumnName(
int columnIndex,
string columnName
)
Public Sub SetColumnName (
columnIndex As Integer,
columnName As String
)
public:
void SetColumnName(
int columnIndex,
String^ columnName
)
member SetColumnName :
columnIndex : int *
columnName : string -> unit
ArgumentNullException | columnName is null. |
ArgumentOutOfRangeException | columnName is empty, or consists only of white-space characters,
or is a string reserved for matrix sub-referencing. -or- columnIndex is less than zero. -or- columnIndex is equal to or greater than NumberOfColumns. |