Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocStyleLevelCollection Class / Collect Property

In This Topic
    Collect Property (TocStyleLevelCollection)
    In This Topic
    Gets or sets a value indicating whether to collect paragraphs formatted with styles from the collection.

    The default value is true.

    If both TocTcOptions.Collect and TocSeqOptions.Collect are false, this property returns true.

    Syntax
    'Declaration
     
    Public Property Collect As System.Boolean
    public System.bool Collect {get; set;}
    See Also