SectionLineNumbering Interface
In This Article
Defines line numbers in the left margin or to the left of each column in the document's Section.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
The Section.LineNumbering property returns an instance of SectionLineNumbering.
#Remarks
The SectionLineNumbering interface is accessible via the Section.LineNumbering property of the document's section.
By default, line numbering is suppressed. To switch line numbering on, use the SectionLineNumbering.CountBy property.
See Also