Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLStyle Class / IsProtectSpecified Property


In This Topic
    IsProtectSpecified Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsProtectSpecified As Boolean
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As Boolean
     
    value = instance.IsProtectSpecified
    public bool IsProtectSpecified {get;}
    See Also