C# Класс Novacode.Row

Represents a single row in a Table.
Наследование: Container
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MergeCells ( int startIndex, int endIndex ) : void

Merge cells starting with startIndex and ending with endIndex.

Remove ( ) : void

Приватные методы

Метод Описание
Row ( Table table, DocX document, System.Xml.Linq.XElement xml ) : System
SetHeight ( double height, bool exact ) : void

Helper method to set either the exact height or the min-height

Описание методов

MergeCells() публичный Метод

Merge cells starting with startIndex and ending with endIndex.
public MergeCells ( int startIndex, int endIndex ) : void
startIndex int
endIndex int
Результат void

Remove() публичный Метод

public Remove ( ) : void
Результат void