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


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