Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PlotGrowth Class / dxPlotGrowth Property


In This Topic
    dxPlotGrowth Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property dxPlotGrowth As Integer
    'Usage
     
    
    Dim instance As PlotGrowth
    Dim value As Integer
     
    instance.dxPlotGrowth = value
     
    value = instance.dxPlotGrowth
    public int dxPlotGrowth {get; set;}
    See Also