C# 클래스 Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Tables.MergedCells.CellInfo

Helper class that contains info about cell. currently here is only colspan and rowspan
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
CellInfo ( int colSpan, int rowSpan ) : System

메소드 상세

CellInfo() 공개 메소드

public CellInfo ( int colSpan, int rowSpan ) : System
colSpan int
rowSpan int
리턴 System