Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Chart3D Class / pcHeigh Property


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