'Declaration Function IsReadOnly() As Boolean
'Usage Dim instance As ICellEditor Dim value As Boolean value = instance.IsReadOnly()
bool IsReadOnly()
Return Value
true
the editor is readonly; otherwise, false
.'Declaration Function IsReadOnly() As Boolean
'Usage Dim instance As ICellEditor Dim value As Boolean value = instance.IsReadOnly()
bool IsReadOnly()
true
the editor is readonly; otherwise, false
.