C# 클래스 Novacode.Row

Represents a single row in a Table.
상속: Container
파일 보기 프로젝트 열기: WordDocX/DocX 1 사용 예제들

공개 메소드들

메소드 설명
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