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


In This Topic
    IsLocked Property (IExtendedFormat)
    In This Topic
    Gets or sets a value indicating whether the Lock property is true or not.
    Syntax
    'Declaration
     
    Property IsLocked As Boolean
    'Usage
     
    Dim instance As IExtendedFormat
    Dim value As Boolean
     
    instance.IsLocked = value
     
    value = instance.IsLocked
    bool IsLocked {get; set;}

    Property Value

    true if the lock property is true; otherwise, false.
    Remarks
    Locking cells or hiding formulas has no effect until you protect the IExcelWorksheet instance
    See Also