returns an '\n' delimitted string containing the index, the name, and the text for each column

Namespace:  nControls
Assembly:  nListView (in nListView.dll) Version: 2.1.0.0 (2.1)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string getAllColumns()
Public Function getAllColumns As String
public:
String^ getAllColumns()

Return Value

(string) "index: key -> text" foreach column

See Also