永洪社区

标题: 请问如何定位到普通的最末行并设置背景色? [打印本页]

作者: 手可摘星辰    时间: 2022-4-19 15:52
标题: 请问如何定位到普通的最末行并设置背景色?
本帖最后由 手可摘星辰 于 2022-4-19 15:54 编辑

现在脚本无法实现,请问如何修改?
var loc = new Locator(['-1,0'], CELL, DETAIL);
var color =new Color(33, 22, 222)
图表1.setBackground(loc, col)



作者: 永洪tech-cp    时间: 2022-4-19 15:52
您好,普通表不支持对单独某一行设置格式,只能设置其中一列的格式
作者: 手可摘星辰    时间: 2022-4-19 16:09
永洪tech-cp 发表于 2022-4-19 16:03
您好,普通表不支持对单独某一行设置格式,只能设置其中一列的格式

好的
作者: 永洪tech-cp    时间: 2022-4-19 16:15
设置某一列背景色脚本如下
var loc=Locator(["产品种类", CELL, DETAIL)//产品种类为绑定列名
var color =new Color(33, 22, 222)
图表1.setBackground(loc, color)



作者: 永洪tech-cp    时间: 2022-4-19 16:15
手可摘星辰 发表于 2022-4-19 16:09
好的
如果希望每一行设置背景色,建议使用高亮





欢迎光临 永洪社区 (https://club.yonghongtech.com/) Powered by Discuz! X3.4