Sets the length of the text of the item in the input.
[Visual Basic] Sub SetLength( _ ByVal p_nValue As Integer _ ) [C#] void SetLength( int p_nValue ); [C++] void SetLength( int p_nValue ); [JScript] function SetLength( int p_nValue );
IFilterItem Interface | Okapi.Library.Filter Namespace