HtmlTableRowCollection.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se la raccolta HtmlTableRowCollection è di sola lettura.

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

Valore della proprietà

Boolean

false in tutti i casi.

Commenti

Questa proprietà restituisce false sempre per indicare che l'insieme HtmlTableRowCollection può essere scritto in in tutti i casi.

Si applica a