ImageGear .NET v24.12 - Updated
IsHidden Property




ImageGear24.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearExcelBookPage Class : IsHidden Property
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

Reference

ImGearExcelBookPage Class
ImGearExcelBookPage Members