Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / LockedText Property


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