This document is archived and information here might be outdated. Recommended version. |
Adds a class break info at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal pClassBreakInfo As IClassBreakInfo _ )
[C#] public void Insert ( int Index, IClassBreakInfo pClassBreakInfo );
[C++]
HRESULT Insert(
long Index,
IClassBreakInfo* pClassBreakInfo
);
[C++] Parameters Index [in]
Index is a parameter of type long pClassBreakInfo [in]
pClassBreakInfo is a parameter of type IClassBreakInfo*