Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CompatibilityOptions Class / DoNotUseIndentAsNumberingTabStop Property

In This Topic
    DoNotUseIndentAsNumberingTabStop Property
    In This Topic
    Gets or sets whether to ignore hanging indent when creating tab stop after numbering.
    Syntax
    'Declaration
     
    Public Property DoNotUseIndentAsNumberingTabStop As System.Boolean
    public System.bool DoNotUseIndentAsNumberingTabStop {get; set;}
    See Also