Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / GapWidth Property


In This Topic
    GapWidth Property (SeriesCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property GapWidth As Single
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Single
     
    instance.GapWidth = value
     
    value = instance.GapWidth
    public float GapWidth {get; set;}
    See Also