Spread WPF 17
GrapeCity.Excel Namespace / ExcelImage Class / Locked Property


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