C#操作excel表格怎么给一个单元格内的一段文字加下划线 以下是操作word的
publicvoidInsertUnderLine(stringpText,intpFontSize,Microsoft.Office.Interop.Word.WdCo...
public void InsertUnderLine(string pText, int pFontSize, Microsoft.Office.Interop.Word.WdColor pFontColor, int pFontBold, Microsoft.Office.Interop.Word.WdParagraphAlignment ptextAlignment)
{
this._wordApplication.Application.Selection.TypeText(pText); //pText就是你要设置下划线的内容
this._wordApplication.Application.Selection.Font.Underline = Microsoft.Office.Interop.Word.WdUnderline.wdUnderlineSingle; //设置下划线
}
请大家帮忙改哈 ,急用 展开
{
this._wordApplication.Application.Selection.TypeText(pText); //pText就是你要设置下划线的内容
this._wordApplication.Application.Selection.Font.Underline = Microsoft.Office.Interop.Word.WdUnderline.wdUnderlineSingle; //设置下划线
}
请大家帮忙改哈 ,急用 展开
1个回答
展开全部
//插入下划线
public void InsertUnderLine(string pText, int pFontSize, Microsoft.Office.Interop.Word.WdColor pFontColor, int pFontBold, Microsoft.Office.Interop.Word.WdParagraphAlignment ptextAlignment)
{
this._wordApplication.Application.Selection.TypeText(pText); //pText就是你要设置下划线的内容
this._wordApplication.Application.Selection.Font.Underline = Microsoft.Office.Interop.Word.WdUnderline.wdUnderlineSingle; //设置下划线
}
public void InsertUnderLine(string pText, int pFontSize, Microsoft.Office.Interop.Word.WdColor pFontColor, int pFontBold, Microsoft.Office.Interop.Word.WdParagraphAlignment ptextAlignment)
{
this._wordApplication.Application.Selection.TypeText(pText); //pText就是你要设置下划线的内容
this._wordApplication.Application.Selection.Font.Underline = Microsoft.Office.Interop.Word.WdUnderline.wdUnderlineSingle; //设置下划线
}
追问
可以改哈不?
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |