Gets or sets whether the cell type is read-only.
Syntax
Visual Basic (Declaration) | |
---|
Property ReadOnly As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IReadOnlySupport
Dim value As Boolean
instance.ReadOnly = value
value = instance.ReadOnly |
C# | |
---|
bool ReadOnly {get; set;} |
Property Value
Boolean value:
true if read-only and
false otherwise
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also