LineNumbering.CountBy Property

Definition

Returns or sets the numeric increment for line numbers. For example, if the CountBy property is set to 5, every fifth line will display the line number.

public:
 property int CountBy { int get(); void set(int value); };
public int CountBy { get; set; }
member this.CountBy : int with get, set
Public Property CountBy As Integer

Property Value

Remarks

Line numbers are only displayed in print layout view and print preview.

This property has no effect unless the Active property of the LineNumbering object is set to True.

Applies to