Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / EnhancedProtection Class / iprotFormatCells Property


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