Spread WPF 17
GrapeCity.Excel Namespace / ExcelImage Class / Hidden Property


In This Topic
    Hidden Property (ExcelImage)
    In This Topic
    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