C# Class Novacode.Row

Represents a single row in a Table.
Inheritance: Container
Show file Open project: WordDocX/DocX Class Usage Examples

Public Methods

Method Description
MergeCells ( int startIndex, int endIndex ) : void

Merge cells starting with startIndex and ending with endIndex.

Remove ( ) : void

Private Methods

Method Description
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

Method Details

MergeCells() public method

Merge cells starting with startIndex and ending with endIndex.
public MergeCells ( int startIndex, int endIndex ) : void
startIndex int
endIndex int
return void

Remove() public method

public Remove ( ) : void
return void