ShellViewColumnsSetColumnName Method |
Changes the name of the column identified by the passed id.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected void SetColumnName(
SHCOLUMNID pShellColumnId,
string pNewName
)
Protected Sub SetColumnName (
pShellColumnId As SHCOLUMNID,
pNewName As String
)
protected:
void SetColumnName(
SHCOLUMNID pShellColumnId,
String^ pNewName
)
member SetColumnName :
pShellColumnId : SHCOLUMNID *
pNewName : string -> unit Parameters
- pShellColumnId SHCOLUMNID
- A SHCOLUMNID that serves as identifier of the column.
- pNewName String
- New name of the column.
See Also