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


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