======Метод RtfTableNode.AddCell(Int32, Int32, Int32, Int32, String, RtfTextAlignment)====== * **Пространство имен:** [[developers:references:topomatic.controls.rtf|Topomatic.Controls.Rtf]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Синтаксис===== public RtfCellNode AddCell(int row, int column, int rows, int columns, string text, RtfTextAlignment textAlignment) **Параметры** * //row// * Тип: System.Int32 * //column// * Тип: System.Int32 * //rows// * Тип: System.Int32 * //columns// * Тип: System.Int32 * //text// * Тип: System.String * //textAlignment// * Тип: [[developers:references:topomatic.controls.rtf.rtftextalignment|Topomatic.Controls.Rtf.RtfTextAlignment]] **Возвращаемое значение** * Тип: [[developers:references:topomatic.controls.rtf.rtfcellnode|Topomatic.Controls.Rtf.RtfCellNode]]