======Класс Table====== Таблица * **Пространство имен:** [[developers:references:topomatic.tables|Topomatic.Tables]] * **Сборка:** Topomatic.Tables (в Topomatic.Tables.dll) =====Иерархия наследования===== * System.Object * Topomatic.Tables.Table =====Синтаксис===== public class Table : ISheetEditorModel =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.tables.table..ctor|Table()]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.tables.table.active|Active]]| Показывать таблицу при открытии, если это возможно | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.tables.table.columnscount|ColumnsCount]]| Количество столбцов | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.tables.table.id|Id]]| ID таблицы | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.tables.table.item_system.int32_system.int32|Item[Int32, Int32]]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.tables.table.name|Name]]| Имя таблицы | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.tables.table.rowscount|RowsCount]]| Количество строк | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.beginupdate|BeginUpdate()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.cell_system.int32_system.int32|Cell(Int32, Int32)]]| Возвращает ячейку, или добавляет, если такой не существует | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.column_system.int32|Column(Int32)]]| Возвращает столбец таблицы | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.copy_topomatic.tables.table|Copy(Table)]]| Копирование таблицы | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.endupdate|EndUpdate()]]| | |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.insertcolumn_system.int32_topomatic.tables.option_system.double|InsertColumn(Int32, Option, Double)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.insertcolumn_system.int32|InsertColumn(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.insertrow_system.int32|InsertRow(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.insertsubtablebycolumns_topomatic.tables.table_system.int32_system.int32|InsertSubtableByColumns(Table, Int32, Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.merge_system.int32_system.int32_system.int32_system.int32|Merge(Int32, Int32, Int32, Int32)]]| Возвращает ячейку, содержащую несколько строк или столбцов | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.mergecells_system.int32_system.int32_system.int32_system.int32|MergeCells(Int32, Int32, Int32, Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.removecolumnat_system.int32|RemoveColumnAt(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.removerowat_system.int32|RemoveRowAt(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.row_system.int32|Row(Int32)]]| Возвращает строку таблицы | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.setborderwidths_system.int32_system.int32_system.int32_system.int32_system.int32|SetBorderWidths(Int32, Int32, Int32, Int32, Int32)]]| Устанавливает границы таблицы | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.setstyle_system.int32_system.int32_system.int32_system.int32_system.action_1|SetStyle(Int32, Int32, Int32, Int32, Action)]]| Устанавливает параметры диапазона ячеек | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.trygetcell_system.int32_system.int32_ref_topomatic.tables.tablecell|TryGetCell(Int32, Int32, TableCell)]]| Возвращает ячейку | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.table.unmergecells_system.int32_system.int32_system.int32_system.int32|UnmergeCells(Int32, Int32, Int32, Int32)]]| |