Skip to main content

SectionLineNumbering Interface

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

[ComVisible(true)]
public interface SectionLineNumbering

#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