CodeMask.Add method (Project)
Returns a CodeMaskLevel object.
Syntax
expression.Add (Sequence, Length, Separator)
expression A variable that represents a 'CodeMask' object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Sequence | Optional | Long | Specifies the type of sequence in the code mask. Can be one of the PjCustomOutlineCodeSequence constants. The default value is pjCustomOutlineCodeNumbers. |
Length | Optional | Variant | Specifies the length for a given level in the code mask. Can be the string "Any" or an integer value between 1 and 255. |
Separator | Optional | String | The character that separates the level of a code mask from the next code mask. Can be one of the following characters: ".", "-", "+", or "/". |
Return value
CodeMaskLevel
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.