This method sets the string associated with a specified tab.
HRESULT put_String( long lIndex, BSTR bstr );
NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.
A copy of the string is returned. The caller is responsible for freeing the memory associated with the allocated string.