Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerAuxTrend Class / regt Property


In This Topic
    regt Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property regt As TrendLineType
    'Usage
     
    
    Dim instance As SerAuxTrend
    Dim value As TrendLineType
     
    instance.regt = value
     
    value = instance.regt
    public TrendLineType regt {get; set;}
    See Also