Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Chart3D Class / pcGap Property


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