TableStructure.Add(TableRowGroupStructure) Метод

Определение

Добавляет группу строк в таблицу.

public:
 void Add(System::Windows::Documents::DocumentStructures::TableRowGroupStructure ^ tableRowGroup);
public void Add (System.Windows.Documents.DocumentStructures.TableRowGroupStructure tableRowGroup);
member this.Add : System.Windows.Documents.DocumentStructures.TableRowGroupStructure -> unit
Public Sub Add (tableRowGroup As TableRowGroupStructure)

Параметры

tableRowGroup
TableRowGroupStructure

Добавляемая группа строк.

Исключения

Группа строк имеет значение null.

Применяется к