Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ShtProps Class / fPlotVisOnly Property


In This Topic
    fPlotVisOnly Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fPlotVisOnly As Byte
    'Usage
     
    
    Dim instance As ShtProps
    Dim value As Byte
     
    instance.fPlotVisOnly = value
     
    value = instance.fPlotVisOnly
    public byte fPlotVisOnly {get; set;}
    See Also