Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Aspose
Words
Examples
CSharp
Programming_Documents
Working_with_Tables
MergedCells.CellInfo
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
ファイルを表示
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