Sets the start position of the text of the item in the input.
[Visual Basic] Sub SetStart( _ ByVal p_lValue As Long _ ) [C#] void SetStart( long p_lValue ); [C++] void SetStart( __int64 p_lValue ); [JScript] function SetStart( long p_lValue );
If the input is a string, the position should be offset with the IFilter.p_lOffsetInFile parameter of the OpenInputString method.
IFilterItem Interface | Okapi.Library.Filter Namespace | GetStart | SetLength | OpenInputString