HtmlTableRowCollection.IsReadOnly Egenskap

Definition

Hämtar ett värde som anger om HtmlTableRowCollection samlingen är skrivskyddad.

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

Egenskapsvärde

false i samtliga fall.

Kommentarer

Den här egenskapen returneras false alltid för att indikera att HtmlTableRowCollection samlingen kan skrivas till i alla fall.

Gäller för