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


In This Topic
    pcHeigh Property (View3DInfo)
    In This Topic
    Gets or sets the pc heigh.
    Syntax
    'Declaration
     
    
    Public Property pcHeigh As UShort
    'Usage
     
    
    Dim instance As View3DInfo
    Dim value As UShort
     
    instance.pcHeigh = value
     
    value = instance.pcHeigh
    public ushort pcHeigh {get; set;}

    Property Value

    The pc heigh.
    See Also