Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SeqFieldOptions Class / Hidden Property

In This Topic
    Hidden Property (SeqFieldOptions)
    In This Topic
    Gets or sets whether to hide the field result.

    Default value is false.

    If formating options FieldFormatOptions.NumberFormat, FieldFormatOptions.NumberStyle and FieldFormatOptions.StringStyle are not default the property value is true.

    Syntax
    'Declaration
     
    Public Property Hidden As System.Boolean
    public System.bool Hidden {get; set;}
    See Also