当前位置:编程学习 > C#/ASP.NET >>

高分请教,急急急!!!!!


我将Spread的一列定义为New FarPoint.Web.Spread.ButtonCellType 
如:.Cells(intRow, Columns.MeishoNM).CellType =  _
New FarPoint.Web.Spread.ButtonCellType("OneCommand", ButtonType.LinkButton, dto.MeishoKbnNM)
.Cells(intRow, Columns.MeishoNM).Value = dto.MeishoKbnNM
怎么才能使表示不改行呀.
我只知道TextCellType可以使表示不改行如下面.
 Dim tc As New FarPoint.Web.Spread.TextCellType
        tc.AllowWrap = False
--------------------编程问答-------------------- --------------------编程问答-------------------- 按钮是不可以的。。。 --------------------编程问答-------------------- 40分也是高分?
我路过
--------------------编程问答--------------------
引用 3 楼 whb147 的回复:
40分也是高分?
我路过

我就只有这一点家当了. --------------------编程问答-------------------- 不懂Visual Basic...
能不能在Button里面嵌入一个TextCellType,然后用
 Dim tc As New FarPoint.Web.Spread.TextCellType
     tc.AllowWrap = False
这样来表示不换行。 --------------------编程问答--------------------
引用 5 楼 timdavid 的回复:
不懂Visual Basic...
能不能在Button里面嵌入一个TextCellType,然后用
Dim tc As New FarPoint.Web.Spread.TextCellType
tc.AllowWrap = False
这样来表示不换行。

嵌入的方法我不知道呀.可以告诉一下吗?
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,