Partager via


HtmlTableCellCollection.IsReadOnly Propriété

Définition

Obtient une valeur indiquant si la collection HtmlTableCellCollection 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 HtmlTableCellCollection collection peut être écrite dans tous les cas.

S’applique à