======Метод TableCellStyle.SetBorderWidth(Int32, Int32, Int32, Int32)====== Устанавливает границы ячейки * **Пространство имен:** [[developers:references:topomatic.tables|Topomatic.Tables]] * **Сборка:** Topomatic.Tables (в Topomatic.Tables.dll) =====Синтаксис===== public void SetBorderWidth(int left, int right, int top, int bottom) **Параметры** * //left// * Тип: [[developers:references:system.int32|System.Int32]] * Толщина слева * //right// * Тип: [[developers:references:system.int32|System.Int32]] * Толщина справа * //top// * Тип: [[developers:references:system.int32|System.Int32]] * Толщина сверху * //bottom// * Тип: [[developers:references:system.int32|System.Int32]] * Толщина снизу