HtmlTableRowCollection.IsReadOnly Propriété

Définition

Obtient une valeur indiquant si la collection HtmlTableRowCollection est en lecture seule.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Valeur de propriété

Boolean

false dans tous les cas.

Remarques

Cette propriété retourne false toujours pour indiquer que la HtmlTableRowCollection collection peut être écrite dans tous les cas.

S’applique à