JamBaseShellListViewColumns Property | 
            Gets the collection of all column headers that appear in the control.
            
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic IJamShellColumnCollection Columns { get; }Public ReadOnly Property Columns As IJamShellColumnCollection
	Get
public:
property IJamShellColumnCollection^ Columns {
	IJamShellColumnCollection^ get ();
}member Columns : IJamShellColumnCollection with get
Return Value
IJamShellColumnCollectionA 
IJamShellColumnCollection that represents the column headers that appear when the 
View property is set to 
Details.
See Also