If e.Form.Controls("RadioButton1").Checked Then
“[合计]"列为选中状态
End If
“[合计]"列为选中状态 如何设置?
http://www.foxtable.com/webhelp/topics/0550.htm
Tables("表A").Select(0, Tables("表A").Cols("合计").Index,Tables("表A").Rows.count - 1,Tables("表A").Cols("合计").Index)
http://www.foxtable.com/webhelp/topics/0656.htm
if Forms("xx窗口").opened andalso Forms("xx窗口").Controls("RadioButton1").Checked then
if e.col.name = "合计" then
e.style = "样式1"
end if
end if
If e.Col.name = "合计" Then
e.style = "样式1"
End If
[此贴子已经被作者于2024/11/5 11:27:35编辑过]
颜色样式要到DrawCell事件处理,请认真看4楼帮助。
不同事件有不同的用途,也不是所有功能都可以在一个事件解决的。有些功能需要到对应的事件处理