Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISparkColor Interface / Visible Property


In This Topic
    Visible Property (ISparkColor)
    In This Topic
    Gets or sets whether the point is visible.
    Syntax
    'Declaration
     
    Property Visible As Boolean
    'Usage
     
    Dim instance As ISparkColor
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    bool Visible {get; set;}

    Property Value

    true if the point visible; otherwise, false.
    See Also