This document is archived and information here might be outdated. Recommended version. |
Number of headings used by the renderer.
[Visual Basic .NET]
Public Property HeadingCount As Integer
[C#]
public int HeadingCount {get; set;}
[C++]
HRESULT get_HeadingCount(
long pCount
);
[C++]
HRESULT put_HeadingCount(
System.Int32* pCount
);
[C++] Parameters pCount [in]
pCount is a parameter of type long pCount [out, retval]
pCount is a parameter of type long*