Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / Locked Property


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