Open
Description
Issue moved from MicrosoftDocs/feedback#2933
- Please respond to @kunom.
From @kunom on Friday, July 10, 2020 6:31:17 AM
Describe the bug
The Remarks section says: Set the IsReadOnly property to true to make an individual cell read-only.
But the property is not assignable: public bool IsReadOnly { get; }
.
So: either extend the implementation (which would be a good thing) or fix the documentation.