This document is archived and information here might be outdated. Recommended version. |
Set a sub-field end text position.
[Visual Basic .NET]
Public Sub SetEndTextPosition ( _
ByVal Index As Integer, _
ByVal end As Integer _
)
[C#]
public void SetEndTextPosition (
int Index,
int end
);
[C++]
HRESULT SetEndTextPosition(
long Index,
long end
);
[C++] Parameters Index [in]
Index is a parameter of type long end [in]
end is a parameter of type long