CaptionLabel.ChapterStyleLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the heading style that marks a new chapter when chapter numbers are included with the specified caption label.
public:
property int ChapterStyleLevel { int get(); void set(int value); };
public int ChapterStyleLevel { get; set; }
member this.ChapterStyleLevel : int with get, set
Public Property ChapterStyleLevel As Integer
Property Value
Remarks
The returned number 1 corresponds to Heading 1, 2 corresponds to Heading 2, and so on.
The IncludeChapterNumber property must be set to True for chapter numbers to be included with caption labels.