Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IEditor Interface / IsReadOnly Method


In This Topic
    IsReadOnly Method
    In This Topic
    Gets a boolean value indicates whether the editor is readonly.
    Syntax
    'Declaration
     
    
    Function IsReadOnly() As Boolean
    'Usage
     
    
    Dim instance As IEditor
    Dim value As Boolean
     
    value = instance.IsReadOnly()
    bool IsReadOnly()

    Return Value

    true the editor is readonly; otherwise, false.
    See Also