CGXBrowserGrid::GetLastRow
virtual ROWCOL GetLastRow();
Return Value
A ROWCOL index specifying the last row.
Remarks
Returns the row number for the last record.
If the record count is unknown, GetLastRow will return the high-water mark (m_nRecordLastSeen in CGXBrowseParam). If the data source allows appending rows, GetLastRow will return the row id for the append-row (which is marked with an asterisk in the row header).
See Also
CGXBrowserGrid::OnGetRecordCount CGXBrowserGrid::CanAppend CGXBrowseParam