Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / ForecastSheet Method
The FarPoint.Win.Spread.FpSpread owner.


In This Topic
    ForecastSheet Method
    In This Topic
    Get the Forecast Sheet dialog that allows to create a new worksheet to predict data trends.
    Syntax
    'Declaration
     
    
    Public Shared Function ForecastSheet( _
       ByVal spread As FpSpread _
    ) As Form
    'Usage
     
    
    Dim spread As FpSpread
    Dim value As Form
     
    value = BuiltInDialogs.ForecastSheet(spread)
    public static Form ForecastSheet( 
       FpSpread spread
    )

    Parameters

    spread
    The FarPoint.Win.Spread.FpSpread owner.

    Return Value

    A System.Windows.Forms.Form object represents the Forecast Sheet dialog.
    See Also