SEC_LISTCLASS::FindColumn
BOOLSEC_LISTCLASS::FindColumn(const CString&strColumnHeading, int&nCol, int&iSubItem)
Searches for a column by string title.
Defined in: slstcore.inl
Return Value
TRUE if the specified column exists.
Parameters
&strColumnHeading
The column heading text to search for.
nCol
The returned column index.
iSubItem
The returned column associated subitem.