Spread.net 设置单元格批注能否类似为Excel里的批注?
用cells的note设置的效果和Excel里的批注还是不一样,能否实现类似下图的样子?不同平台实现的效果会略有不同,SpreadJS 样式上和Excel更加接近 我这里只有spread.net ,是否有方法实现Excel里批注的样子?
aspnet 的note就是这个样子。没有完全一样的
FpSpread1.Sheets.Cells.Note = "This is the note that describes the value.";
FpSpread1.Sheets.Cells.Value = "Value Here";
页:
[1]