Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PivotChartBits Class / unused1 Property


In This Topic
    unused1 Property (PivotChartBits)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property unused1 As Short
    'Usage
     
    
    Dim instance As PivotChartBits
    Dim value As Short
     
    instance.unused1 = value
     
    value = instance.unused1
    public short unused1 {get; set;}
    See Also