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


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