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


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