ListColumn.Name

ListColumn.Name property

Gets and sets the name of the column.

public string Name { get; set; }

Remarks

If sets the name of the column, the according cell’ value will be changed too.

See Also