当前位置:网站首页>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;
}
}
边栏推荐
- L'enregistreur de disque dur NVR est connecté à easycvr par le Protocole GB 28181. Quelle est la raison pour laquelle l'information sur le canal de l'appareil n'est pas affichée?
- What if the win11u disk does not display? Solution to failure of win11 plug-in USB flash disk
- Remember that a development is encountered in the pit of origin string sorting
- 【Azure微服务 Service Fabric 】在SF节点中开启Performance Monitor及设置抓取进程的方式
- 戴森官方直营店免费造型服务现已开放预约 先锋科技诠释护发造型理念,助力消费者解锁多元闪耀造型
- Crawler (17) - Interview (2) | crawler interview question bank
- 嵌入式开发:如何为项目选择合适的RTOS?
- 使用 BlocConsumer 同时构建响应式组件和监听状态
- Which futures company is the safest to open a futures account?
- vite Unrestricted file system access to
猜你喜欢
How to realize the movement control of characters in horizontal game
Reinforcement learning - learning notes 9 | multi step TD target
vite Unrestricted file system access to
Jerry's about TWS channel configuration [chapter]
Index summary (assault version)
How to quickly check whether the opening area ratio of steel mesh conforms to ipc7525
Ternary expressions, generative expressions, anonymous functions
【Azure微服务 Service Fabric 】在SF节点中开启Performance Monitor及设置抓取进程的方式
QT compile IOT management platform 39 alarm linkage
Record a garbled code during servlet learning
随机推荐
OpenGL jobs - shaders
How to quickly check whether the opening area ratio of steel mesh conforms to ipc7525
Can I open a stock account directly online now? Is it safe?
Preparing for the interview and sharing experience
Customer case | China law network, through observing the cloud, greatly shortens the time of fault location
Song list 11111
Remember aximp once Use of exe tool
MIT6.S081-Lab9 FS [2021Fall]
Vs custom template - take the custom class template as an example
Time standard library
Jerry's configuration of TWS cross pairing [article]
【Azure微服务 Service Fabric 】因证书过期导致Service Fabric集群挂掉(升级无法完成,节点不可用)
. Net automapper use
[open source] Net ORM accessing Firebird database
How does win11 unblock the keyboard? Method of unlocking keyboard in win11
How to realize the movement control of characters in horizontal game
Win11游戏模式怎么开启?Win11开启游戏模式的方法
反爬通杀神器
Oracle advanced (VI) Oracle expdp/impdp details
[azure microservice service fabric] start the performance monitor in the SF node and set the method of capturing the process