[Gregor.Core.Collections.NTableCells]

Gregor.Core.Collections.NTableCells

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public class Gregor.Core.Collections.NTableCells

: Gregor.Core.Collections.NCollectionBase, Gregor.Core.Collections.IObservableCollection, Gregor.Core.IObservable, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList

Custom Attributes: System.Reflection.DefaultMember(MemberName="Item")

Description: 


Members

NTableCells

internal NTableCells(Gregor.Core.Collections.CTableRow row)

Custom Attributes: 

Description: 

m_TableRow

private Gregor.Core.Collections.CTableRow m_TableRow

Custom Attributes: 

Description: 

this

public Gregor.Core.Collections.CTableCell this[System.Int32 index] {get;}

Custom Attributes: 

Description: 

this

public Gregor.Core.Collections.CTableCell this[System.String sColumnName] {get;}

Custom Attributes: 

Description: 

Row

public Gregor.Core.Collections.CTableRow Row {get;}

Custom Attributes: 

Description: 

Add

public void Add(Gregor.Core.Collections.CTableCell cell)

Custom Attributes: 

Description: 

Clear

public void Clear()

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CTableCell

Gregor.Core.Collections.CTableRow

Gregor.Core.Collections.NCollectionBase

System.Reflection.DefaultMemberAttribute

System.String

Gregor.Core.Collections.IObservableCollection

Gregor.Core.IObservable

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IList

System.Int32

System.Void