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


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