GrapeCity.Xaml.Excel
Hidden Property (ExcelImage)


GrapeCity.Excel Namespace > ExcelImage Class : Hidden Property
Represents whether the picture is visible or hidden
Syntax
'Declaration
 
Public Property Hidden As Boolean
'Usage
 
Dim instance As ExcelImage
Dim value As Boolean
 
instance.Hidden = value
 
value = instance.Hidden
public bool Hidden {get; set;}
See Also

Reference

ExcelImage Class
ExcelImage Members