[To be supplied.]
[Visual Basic] Overridable Protected Sub SetIndex( _ ByVal newSort As String, _ ByVal newRowStates As DataViewRowState, _ ByVal newRowFilter As DataFilter _ ) [C#] protected virtual void SetIndex( string newSort, DataViewRowState newRowStates, DataFilter newRowFilter ); [C++] protected: virtual void SetIndex( String* newSort, DataViewRowState newRowStates, DataFilter* newRowFilter ); [JScript] protected function SetIndex( newSort : String, newRowStates : DataViewRowState, newRowFilter : DataFilter );