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


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