C# Class 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
Datei anzeigen Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
CellInfo ( int colSpan, int rowSpan ) : System

Method Details

CellInfo() public method

public CellInfo ( int colSpan, int rowSpan ) : System
colSpan int
rowSpan int
return System