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