This documentation is archived and is not being maintained.
TableCellCollection.IsReadOnly Property
.NET Framework 1.1
Gets a value indicating whether the TableCellCollection is read-only.
[Visual Basic] Public Overridable ReadOnly Property IsReadOnly As Boolean _ Implements IList.IsReadOnly [C#] public virtual bool IsReadOnly {get;} [C++] public: __property virtual bool get_IsReadOnly(); [JScript] public function get IsReadOnly() : Boolean;
Property Value
false for all cases.
Implements
Remarks
This property always returns false to indicate that the TableCellCollection can be written to in all cases.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
TableCellCollection Class | TableCellCollection Members | System.Web.UI.WebControls Namespace
Show: