Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / LockedText Property


In This Topic
    LockedText Property (IControlFormat)
    In This Topic
    Gets the text in the specified object will be locked to prevent changes when the workbook is protected.
    Syntax
    'Declaration
     
    
    Property LockedText As Boolean
    'Usage
     
    
    Dim instance As IControlFormat
    Dim value As Boolean
     
    instance.LockedText = value
     
    value = instance.LockedText
    bool LockedText {get; set;}
    See Also