Declaration
Automation:
void  Remove ( [in]   uint  Index, [in]   uint  Length) ;
Native (C++):
HRESULT  Remove ( [in]   unsigned long  Index, [in]   unsigned long  Length) ;
Parameters
IndexIndex of the starting byte to remove.LengthThe number of bytes to remove.
Return Value
S_OK or standard OLE error code.
Remarks
Remove a part of the sequence.