Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DifferentialFormat Class / Protection Property


In This Topic
    Protection Property (DifferentialFormat)
    In This Topic
    Gets or sets the protection formatting.
    Syntax
    'Declaration
     
    
    Public Property Protection As CellProtection
    'Usage
     
    
    Dim instance As DifferentialFormat
    Dim value As CellProtection
     
    instance.Protection = value
     
    value = instance.Protection
    public CellProtection Protection {get; set;}

    Property Value

    An Protection value represents the protection formatting.
    See Also