LineNumbering.CountBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.