Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLStyle Class / Protect Property


In This Topic
    Protect Property (ExcelXMLStyle)
    In This Topic
    Gets or sets a value indicating whether this ExcelXMLStyle is protect.
    Syntax
    'Declaration
     
    
    Public Property Protect As Boolean
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As Boolean
     
    instance.Protect = value
     
    value = instance.Protect
    public bool Protect {get; set;}

    Property Value

    true if protect; otherwise, false.
    See Also