以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 边框线怎么设置的?? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=75226) |
-- 作者:2 -- 发布时间:2015/9/30 15:24:00 -- 边框线怎么设置的?? 此主题相关图片如下:qq图片20150930151419.png 怎么样像excel设置网格线?
|
-- 作者:大红袍 -- 发布时间:2015/9/30 15:26:00 -- 只能设置四周
http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=73472&skin=0
|
-- 作者:2 -- 发布时间:2015/9/30 15:49:00 -- 在命令窗口测试没反应呢!!! |
-- 作者:大红袍 -- 发布时间:2015/9/30 15:55:00 -- Dim t As Table = Tables("表A") Dim cs1 As C1.Win.C1FlexGrid.CellStyle = t.grid.Styles.Add("cs2") cs1.Border.Color = Color.Red For i As Integer = 0 To t.rows.count - 1 t.grid.SetCellStyle(i+1, 5, cs1) Next |