开发工具 C# VS2008
SPREAD 版本 SPREAD.net 5 For WinForm
以前在vb中如下设置,可以得到图片的效果,但现在好多属性找不到了
不知怎么实现,请指教!
VB代码
With m_speObj
.Spread.OperationMode = 0
.Spread.CursorType = 0
.Spread.CursorStyle = 2
.Spread.ScrollBars = ScrollBarsVertical
.Spread.ScrollBarExtMode = True
.Spread.BackColorStyle = 1
.Spread.UserResize = 1
.SetCellColor -1, -1, , , vbWindowText, vbWindowBackground
.Spread.AllowCellOverflow = True
.Spread.NoBeep = True
.ExEditMode = True
.Spread.ButtonDrawMode = 2
End With
主要是想实现 表格由边框,列头固定不可动,样式是平铺式的 |
-
想实现的样式
|