Spread WPF 17
GrapeCity.Excel Namespace / IDifferentialFormatting Interface / IsLocked Property


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

    Property Value

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