Interface SheetElementConfigurationOverrides.Builder

    • Method Detail

      • visibility

        SheetElementConfigurationOverrides.Builder visibility​(String visibility)

        Determines whether or not the overrides are visible. Choose one of the following options:

        • VISIBLE

        • HIDDEN

        Parameters:
        visibility - Determines whether or not the overrides are visible. Choose one of the following options:

        • VISIBLE

        • HIDDEN

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • visibility

        SheetElementConfigurationOverrides.Builder visibility​(Visibility visibility)

        Determines whether or not the overrides are visible. Choose one of the following options:

        • VISIBLE

        • HIDDEN

        Parameters:
        visibility - Determines whether or not the overrides are visible. Choose one of the following options:

        • VISIBLE

        • HIDDEN

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility