CustomLabel.Valid Property
True if the various properties (for example, Height, Width, and NumberDown) for the specified custom label work together to produce a valid mailing label.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Valid As Boolean
Get
'Usage
Dim instance As CustomLabel
Dim value As Boolean
value = instance.Valid
bool Valid { get; }
Property Value
Type: System.Boolean