axSpreadsheet1.get_Range(axSpreadsheet1.Cells[4, 3]).RowHeight=10;报错:
错误 1 属性、索引器或事件“RowHeight”不受该语言支持;请尝试直接调用访问器方法“OWC10._Range.get_RowHeight()”或“OWC10._Range.set_RowHeight(double)” C:\Documents and Settings\l\My Documents\Visual Studio 2005\Projects\test1\WindowsApplication5\WindowsApplication5\Form2.cs 85 66 WindowsApplication5但是
我输入OWC10._Range之后就没有提示所说的.get_RowHeight()这样的选项了…………
现在要在spreadsheet 上面进行一些画线等操作,同时要改变行高或列宽之类的,发现这个控件很难搞懂啊,求高人指教!