Click or drag to resize

IFileListViewInitialize_FileListColumnNames Method

Initializes the column headers of the file list.

Namespace: Altaxo.Gui.Pads.FileBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Initialize_FileListColumnNames(
	ICollection<string> names
)

Parameters

names  ICollectionString
The column header captions.
See Also