IResultsViewer::SortProperty Property
This property will set or return the IndexColumn of the property to sort results by.
Syntax
HRESULT IResultsViewer::get_SortProperty(BSTR *column); HRESULT IResultsViewer::put_SortProperty(BSTR column);
Parameters
- column
Pointer to a variable of type BSTR that receives The IndexColumn property.- column
BSTR that specifies The IndexColumn property.
Return Value
No return value.