Specifies the visibility of the line drawn in the label.
Declaration
componentObj.Visible
Read-Write Property | Boolean |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
Use the Visible
property to get or set the visibility of the line drawn in the label. To specify the line position, use the Alignment
property.
Property Value
True if the line is visible, and False if it is not.