Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Chart3D Class / anRot Property


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