Gets a value indicating whether the collection is read-only.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsReadOnly { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsReadOnly As Boolean |
A boolean value. Always returns false.
See Also