Automatic numbering of field and record headers.

Usage

Set_Property(OLECtrlEntID, "OLE.AutoNumbers", Array)

Values

Array has the following structure:

PosNameTypeDescriptionDefault
<1>Header Column   
<1, 1>StyleOptionThe auto numbering style. See remarks for a list of options.None
<1, 2>Starting ValueIntegerThe value from which the auto numbering sequence begins. Valid starting values depend on the style and are documented in the Remarks.0
<2>Header Row   
<2, 1>StyleOptionThe auto numbering style. See remarks for a list of options.None
<2, 2>Starting ValueIntegerThe value from which the auto numbering sequence begins. Valid starting values depend on the style and are documented in the Remarks.0

Remarks

The AutoNumbers property automatically labels the header row and/or header column with incrementing numbers or letters. Auto numbering always increments positively, i.e., there is no support for counting backwards.

Possible auto numbering styles are:

ValueAbbr.Description
NoneNAuto numbering disabled
IntegerINumbers. Starting value can be any positive or negative number.
LetterLLetters. Starting value is ignored and always starts with 'A'.
RomanRRoman numerals. Starting value must be greater than or equal to 1.
  • No labels