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


In This Topic
    ProtectSheet Method
    In This Topic
    Shows the worksheet protection dialog.
    Syntax
    'Declaration
     
    
    Public Shared Function ProtectSheet( _
       ByVal spread As FpSpread _
    ) As Boolean
    'Usage
     
    
    Dim spread As FpSpread
    Dim value As Boolean
     
    value = BuiltInDialogs.ProtectSheet(spread)
    public static bool ProtectSheet( 
       FpSpread spread
    )

    Parameters

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