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


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