Gets the Cell at the specified index.
public Cell this[int] {get; set;}
Gets the Cell with the specified name.
public Cell this[string] {get; set;}
CellCollection Class | Resco.Controls.AdvancedTree Namespace