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


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