当前位置:网站首页>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;
}
}边栏推荐
- PKPM 2020软件安装包下载及安装教程
- [open source] Net ORM accessing Firebird database
- Pre sale 179000, hengchi 5 can fire? Product power online depends on how it is sold
- Jerry's initiation of ear pairing, reconnection, and opening of discoverable and connectable cyclic functions [chapter]
- This experimental syntax requires enabling the parser plugin: ‘optionalChaining‘
- Leetcode SQL first day
- . Net automapper use
- Px4 autonomous flight
- 嵌入式开发:如何为项目选择合适的RTOS?
- Application practice | the efficiency of the data warehouse system has been comprehensively improved! Data warehouse construction based on Apache Doris in Tongcheng digital Department
猜你喜欢
Preparing for the interview and sharing experience

Paint basic graphics with custompaint

Matplotlib快速入门
![Jerry's test box configuration channel [chapter]](/img/d4/fb67f5ee0fe413c22e4e5cd5037938.png)
Jerry's test box configuration channel [chapter]

How does win11 unblock the keyboard? Method of unlocking keyboard in win11

The function is really powerful!

ByteDance Android interview, summary of knowledge points + analysis of interview questions

Ad domain group policy management

Node:504 error reporting

Where is the big data open source project, one-stop fully automated full life cycle operation and maintenance steward Chengying (background)?
随机推荐
Tsconfig of typescript TS basics JSON configuration options
How to choose the appropriate automated testing tools?
Get the exact offset of the element
Win11U盘不显示怎么办?Win11插U盘没反应的解决方法
建立自己的网站(18)
vite Unrestricted file system access to
OpenGL configuration vs2019
OpenGL jobs - shaders
Why can't win11 display seconds? How to solve the problem that win11 time does not display seconds?
反爬通杀神器
MIT6.S081-Lab9 FS [2021Fall]
Record layoutrebuild Forcerebuildlayoutimmediate does not take effect
Tcp/ip protocol stack
The free styling service of Dyson's official direct store is now open for appointment. Pioneer Technology interprets the styling concept of hair care and helps consumers unlock diversified and shiny s
How to make agile digital transformation strategy for manufacturing enterprises
How to realize the movement control of characters in horizontal game
Welcome to CSDN markdown editor
[JDBC Part 1] overview, get connection, CRUD
使用 CustomPaint 绘制基本图形
Programming mode - table driven programming