当前位置:网站首页>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;
}
}
边栏推荐
- 三元表达式、各生成式、匿名函数
- Which futures company is the safest to open a futures account?
- 海外代理推荐
- Jerry's about TWS pairing mode configuration [chapter]
- Add get disabled for RC form
- 客户案例|华律网,通过观测云大幅缩短故障定位时间
- IP网络主动测评系统——X-Vision
- 使用 CustomPaint 绘制基本图形
- Lingyun going to sea | saihe & Huawei cloud: jointly help the sustainable development of cross-border e-commerce industry
- ByteDance Android interview, summary of knowledge points + analysis of interview questions
猜你喜欢
Jerry's about TWS pairing mode configuration [chapter]
Implementation method of data platform landing
【Azure微服务 Service Fabric 】如何转移Service Fabric集群中的种子节点(Seed Node)
operator
PKPM 2020 software installation package download and installation tutorial
It's worth seeing. Interview sites and interview skills
Jerry's test box configuration channel [chapter]
ByteDance senior engineer interview, easy to get started, fluent
The function is really powerful!
使用 CustomPaint 绘制基本图形
随机推荐
Remember an experience of using selectmany
Jerry's key to initiate pairing [chapter]
Record problems fgui tween animation will be inexplicably killed
谈谈制造企业如何制定敏捷的数字化转型策略
This experimental syntax requires enabling the parser plugin: ‘optionalChaining‘
大数据开源项目,一站式全自动化全生命周期运维管家ChengYing(承影)走向何方?
Win11U盘不显示怎么办?Win11插U盘没反应的解决方法
How to write an augmented matrix into TXT file
PKPM 2020 software installation package download and installation tutorial
Reptile combat (VII): pictures of the king of reptiles' heroes
OpenGL jobs - shaders
Main functions of OS, Sys and random Standard Libraries
PKPM 2020软件安装包下载及安装教程
Get the week start time and week end time of the current date
Record layoutrebuild Forcerebuildlayoutimmediate does not take effect
OpeGL personal notes - lights
DBSync新增对MongoDB、ES的支持
应用实践 | 数仓体系效率全面提升!同程数科基于 Apache Doris 的数据仓库建设
Jerry's initiation of ear pairing, reconnection, and opening of discoverable and connectable cyclic functions [chapter]
Typescript TS basic knowledge type declaration