Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / IncludeProtection Property


In This Topic
    IncludeProtection Property
    In This Topic
    Gets or sets a value indicating whether the style includes the protection properties.
    Syntax
    'Declaration
     
    
    Property IncludeProtection As Boolean
    'Usage
     
    
    Dim instance As IStyle
    Dim value As Boolean
     
    instance.IncludeProtection = value
     
    value = instance.IncludeProtection
    bool IncludeProtection {get; set;}

    Property Value

    true if the style includes the protection properties; otherwise, false.
    See Also