Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / Designer Class / SpreadDesigner(FpSpread) Method
The associated FarPoint.Win.Spread.FpSpread control.


In This Topic
    SpreadDesigner(FpSpread) Method
    In This Topic
    Gets the Spread Designer form.
    Syntax
    'Declaration
     
    
    Public Shared Function SpreadDesigner( _
       ByVal spread As FpSpread _
    ) As Form
    'Usage
     
    
    Dim spread As FpSpread
    Dim value As Form
     
    value = Designer.SpreadDesigner(spread)
    public static Form SpreadDesigner( 
       FpSpread spread
    )

    Parameters

    spread
    The associated FarPoint.Win.Spread.FpSpread control.
    See Also