当前位置:网站首页>Aspose. Words merge cells
Aspose. Words merge cells
2022-07-07 22:22:00 【Hey, hey, hey, hey, hey】
By means of Word Add data to the field transaction table ,
When the data is added , You need to merge the specified cells vertically .
//doc:word file 、tableIndex: Table subscript 、startRow: Line start subscript 、endRow: Line termination subscript 、CellIndex: Column subscript
private void MergeCells(Document doc,int tableIndex,int startRow,int endRow,int CellIndex)
{
if(endRow - startRow <= 1) return;
Table table = (Table)doc.GetChild(NodeType.Table,tableIndex,true);
table.Rows[startRow].Cells[CellIndex].CellFormat.VerticalMerge = CellMerge.First;
for(int i = startRow + 1; i <= endRow; i++)
{
table.Rows[i].Cells[CellIndex].CellFormat.VerticalMerge = CellMerge.Previous;
}
}
边栏推荐
- How to quickly check whether the opening area ratio of steel mesh conforms to ipc7525
- Song list 11111
- How to make agile digital transformation strategy for manufacturing enterprises
- Why can't win11 display seconds? How to solve the problem that win11 time does not display seconds?
- Typeorm automatically generates entity classes
- [JDBC Part 1] overview, get connection, CRUD
- Main functions of OS, Sys and random Standard Libraries
- [开源] .Net ORM 访问 Firebird 数据库
- . Net automapper use
- 反爬通杀神器
猜你喜欢
[azure microservice service fabric] how to transfer seed nodes in the service fabric cluster
Index summary (assault version)
The whole network "chases" Zhong Xuegao
operator
如何实现横版游戏中角色的移动控制
Pdf document signature Guide
为什么Win11不能显示秒数?Win11时间不显示秒怎么解决?
建立自己的网站(18)
Win11如何解禁键盘?Win11解禁键盘的方法
Crawler (17) - Interview (2) | crawler interview question bank
随机推荐
双塔模型的最强出装,谷歌又开始玩起“老古董”了?
Where is the big data open source project, one-stop fully automated full life cycle operation and maintenance steward Chengying (background)?
Reptile combat (VII): pictures of the king of reptiles' heroes
Oracle advanced (VI) Oracle expdp/impdp details
用语雀写文章了,功能真心强大!
Welcome to CSDN markdown editor
[colmap] sparse reconstruction is converted to mvsnet format input
ByteDance senior engineer interview, easy to get started, fluent
变量与常量
Jerry's about TWS channel configuration [chapter]
Win11游戏模式怎么开启?Win11开启游戏模式的方法
Attitude estimation (complementary filtering)
This experimental syntax requires enabling the parser plugin: ‘optionalChaining‘
How does win11 time display the day of the week? How does win11 display the day of the week today?
Reinforcement learning - learning notes 9 | multi step TD target
What is the difference between the three values of null Nan undefined in JS
JS number is insufficient, and 0 is added
三元表达式、各生成式、匿名函数
#DAYU200体验官#MPPT光伏发电项目 DAYU200、Hi3861、华为云IotDA
如何选择合适的自动化测试工具?