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


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