没有反选的功能,可以指定选择单元格的样式
- // Use the selection renderer and colors.
- fpSpread1.Sheets[0].SelectionStyle = FarPoint.Win.Spread.SelectionStyles.Both;
- // Set the background and text colors.
- fpSpread1.Sheets[0].SelectionBackColor = System.Drawing.Color.Pink;
- fpSpread1.Sheets[0].SelectionForeColor = System.Drawing.Color.Navy;
复制代码 |