VisibilityType

VisibilityType

Overview

VisibilityType is a enum in Aspose.Cells for NET.

Description

VisibilityType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like VisibilityType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
VisibleElement is visible
HiddenElement is hidden but can be made visible
VeryHiddenElement is hidden and cannot be made visible through the normal UI

See Also