Table.LogicalChildren Właściwość

Definicja

Pobiera moduł wyliczający, który może służyć do iteracji logicznych elementów podrzędnych elementu Table.

protected public:
 virtual property System::Collections::IEnumerator ^ LogicalChildren { System::Collections::IEnumerator ^ get(); };
protected internal override System.Collections.IEnumerator LogicalChildren { get; }
member this.LogicalChildren : System.Collections.IEnumerator
Protected Friend Overrides ReadOnly Property LogicalChildren As IEnumerator

Wartość właściwości

IEnumerator

Moduł wyliczający dla logicznych elementów podrzędnych elementu Table.

Uwagi

Obiekty podrzędne są wyliczane w następującej kolejności:

  1. Kolumny (reprezentowane przez TableColumn obiekty).

  2. Grupy wierszy (reprezentowane przez TableRowGroup obiekty).

Dotyczy