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


In This Topic
    PasteName Method
    In This Topic
    Shows the paste name dialog.
    Syntax
    'Declaration
     
    
    Public Shared Sub PasteName( _
       ByVal spread As FpSpread _
    ) 
    'Usage
     
    
    Dim spread As FpSpread
     
    BuiltInDialogs.PasteName(spread)
    public static void PasteName( 
       FpSpread spread
    )

    Parameters

    spread
    The FarPoint.Win.Spread.FpSpread owner.
    See Also