摘要: 一.设置文本属性. 注意到,在CELL这个方法中,与我们常用的VBA参数的写法是相反的. DELPHI先列后行: property Cells[ACol, ARow: Integer]: string read GetCells write SetCells; VBA先行后列: CELLS(ROW, 阅读全文
posted @ 2025-09-11 04:10 一曲轻扬 阅读(74) 评论(0) 推荐(0)