GetSubItemText(Int32) Method
Returns the text value of this report-style (LVS_REPORT) list-view subitem.

C# Syntax

string GetSubItemText( 
   int columnIndex
)

Parameters

columnIndex
Optional: The 0-based index of the sub-item. Default is 0.