Paragraph.CollapseHeadingByDefault 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 whether the specified paragraph is collapsed by default when the document loads. Read-write Boolean (bool in C#).
public:
property bool CollapseHeadingByDefault { bool get(); void set(bool value); };
public bool CollapseHeadingByDefault { get; set; }
member this.CollapseHeadingByDefault : bool with get, set
Public Property CollapseHeadingByDefault As Boolean