ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearExcelBookPage Class / IsHidden Property




In This Topic
    IsHidden Property
    In This Topic
    Gets a value indicating whether the page (i.e. associated sheet) is hidden.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsHidden As Boolean
    'Usage
     
    Dim instance As ImGearExcelBookPage
    Dim value As Boolean
     
    value = instance.IsHidden
    public bool IsHidden {get;}
    public: __property bool get_IsHidden();
    public:
    property bool IsHidden {
       bool get();
    }

    Property Value

    Boolean value.
    See Also