Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PivotChartBits Class / fGXHide Property


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