Spread WPF 17
GrapeCity.Excel Namespace / IExcelImage Interface / Hidden Property


In This Topic
    Hidden Property (IExcelImage)
    In This Topic
    Represents whether the picture is visible or hidden
    Syntax
    'Declaration
     
    Property Hidden As Boolean
    'Usage
     
    Dim instance As IExcelImage
    Dim value As Boolean
     
    instance.Hidden = value
     
    value = instance.Hidden
    bool Hidden {get; set;}
    See Also