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

C# Syntax

string GetSubItemText( 
   int columnIndex
)

Parameters

columnIndex
Optional. The 0-based numeric index of the list-view subitem you want to retrieve.

If no value is specified, the first sub-item (columnIndex = 0) is used.