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


In This Topic
    pcDepth Property (View3DInfo)
    In This Topic
    Gets or sets the pc depth.
    Syntax
    'Declaration
     
    
    Public Property pcDepth As Short
    'Usage
     
    
    Dim instance As View3DInfo
    Dim value As Short
     
    instance.pcDepth = value
     
    value = instance.pcDepth
    public short pcDepth {get; set;}

    Property Value

    The pc depth.
    See Also