Spread WPF 17
GrapeCity.Excel Namespace / DifferentialFormatting Class / IsLocked Property


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

    Property Value

    true if this instance is locked; otherwise, false.
    See Also