Spread WinForms 15
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()

Return Value

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