FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / InsertSheet Method
The FarPoint.Win.Spread.FpSpread owner.


In This Topic
InsertSheet Method
In This Topic
Show the InsertSheet Dialog
Syntax
'Declaration
 
Public Shared Sub InsertSheet( _
   ByVal spread As FpSpread _
) 
 
'Usage
 
Dim spread As FpSpread
 
BuiltInDialogs.InsertSheet(spread)

Parameters

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