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
| Value | Description |
|---|---|
Visible | Element is visible |
Hidden | Element is hidden but can be made visible |
VeryHidden | Element is hidden and cannot be made visible through the normal UI |