ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









TableRowCollection

noshade="true" align="left" color="black">
System.Web.UI.WebControls (system.web.dll)sealed class

This collection of TableRow objects is used by the
Rows property of the Table
class.

public sealed class 

TableRowCollection : IList, ICollection, IEnumerable {
// Public Instance Properties
public int

Count {get; } // implements ICollection
public bool

IsReadOnly {get; } // implements IList
public bool

IsSynchronized {get; } // implements ICollection
public object

SyncRoot {get; } // implements ICollection
public TableRow

this [int

index ]{get; }
// Public Instance Methods
public int

Add (TableRow

row );
public void

AddAt (int

index , TableRow

row );
public void

AddRange (TableRow[ ]

rows );
public void

Clear ( ); // implements IList
public void

CopyTo (Array

array , int

index ); // implements ICollection
public IEnumerator

GetEnumerator ( ); // implements IEnumerable
public int

GetRowIndex (TableRow

row );
public void

Remove (TableRow

row );
public void

RemoveAt (int

index ); // implements IList
}



Returned By


Table.Rows


/ 873