Gets the character length of the text of the item for a specified format.
[Visual Basic] Function GetTextLength( _ ByVal p_nFormat As Integer _ ) As Integer [C#] int GetTextLength( int p_nFormat ); [C++] int GetTextLength( int p_nFormat ); [JScript] function GetTextLength( int p_nFormat ): int;
The length of the text of the item in the specified format.
IFilterItem Interface | Okapi.Library.Filter Namespace