Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DropBarInfo Class / PcGap Property


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