ShellBrowser .Net Edition
GetColumnText Method (p_ColumnIndex, p_Header)
NamespacesJam.ShellShellBrowserGetColumnText(Int32, Boolean)
Returns the text to show for the currently active item in a certain column.
Declaration Syntax
C#Visual BasicVisual C++
public string GetColumnText(
	int p_ColumnIndex,
	bool p_Header
)
Public Function GetColumnText ( _
	p_ColumnIndex As Integer, _
	p_Header As Boolean _
) As String
public:
String^ GetColumnText(
	int p_ColumnIndex, 
	bool p_Header
)
Parameters
p_ColumnIndex (Int32)
Index of the column. Column 0 is usually the name
p_Header (Boolean)
true, if the column header text should be returned, false if the text for the currently active item should be returned.
Return Value
The text to display.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)