This document is archived and information here might be outdated. Recommended version. |
Set the split rule by index.
[Visual Basic .NET]
Public Sub SetSplitRule ( _
ByVal Index As Integer, _
ByVal rule As String _
)
[C#]
public void SetSplitRule (
int Index,
string rule
);
[C++]
HRESULT SetSplitRule(
long Index,
BSTR rule
);
[C++] Parameters Index [in]
Index is a parameter of type long rule [in]
rule is a parameter of type BSTR