Spread WPF 17
GrapeCity.Excel Namespace / IExcelImage Interface / Locked Property


In This Topic
    Locked Property (IExcelImage)
    In This Topic
    Represents whether the chart is locked
    Syntax
    'Declaration
     
    Property Locked As Boolean
    'Usage
     
    Dim instance As IExcelImage
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    bool Locked {get; set;}
    See Also