This documentation is archived and is not being maintained.

HtmlTableCellCollection.IsReadOnly Property

Gets a value indicating whether the HtmlTableCellCollection is read-only.

[Visual Basic]
Public ReadOnly Property IsReadOnly As Boolean
[C#]
public bool IsReadOnly {get;}
[C++]
public: __property bool get_IsReadOnly();
[JScript]
public function get IsReadOnly() : Boolean;

Property Value

false for all cases.

Remarks

This property always returns false to indicate that the HtmlTableCellCollection can be written to in all cases.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

HtmlTableCellCollection Class | HtmlTableCellCollection Members | System.Web.UI.HtmlControls Namespace

Show: