葡萄城开发者社区's Archiver
首页
›
WinForms 求助中心
› 选中行的样式要怎么设置?
afei_liuge
发表于 2023-10-26 15:15:57
选中行的样式要怎么设置?
默认的选中行的样式是如下:
现在要修改这个样式 背景与边框, 选中行的样式要怎么设置?
Richard.Ma
发表于 2023-10-26 15:15:58
仅支持背景色前景色设置
fpSpread1.Sheets.SelectionStyle = SelectionStyles.SelectionColors;
fpSpread1.Sheets.SelectionBackColor = Color.Yellow;
fpSpread1.Sheets.SelectionForeColor = Color.Red;
页:
[1]
查看完整版本:
选中行的样式要怎么设置?