IsReadOnly Property (ColumnBase)
In This Topic
Gets or sets whether cells in this row or column can be edited.
Syntax
'Declaration
Public Property IsReadOnly As System.Boolean
'Usage
Dim instance As ColumnBase
Dim value As System.Boolean
instance.IsReadOnly = value
value = instance.IsReadOnly
public System.bool IsReadOnly {get; set;}
public read-write property IsReadOnly: System.Boolean;
public function get,set IsReadOnly : System.boolean
public: __property System.bool get_IsReadOnly();
public: __property void set_IsReadOnly(
System.bool value
);
public:
property System.bool IsReadOnly {
System.bool get();
void set ( System.bool value);
}
See Also