Server中Excel如何设置行,列,区域等?与ole不同噢!(100分)

  • 主题发起人 主题发起人 ably
  • 开始时间 开始时间
A

ably

Unregistered / Unconfirmed
GUEST, unregistred user!
ole中的ExcelWorkSheet.columns[1].Columnwidth在
Server中如何设置?
ExcelWorkSheet.Columns[1].ColumnWidth是错误的!!
ExcelWorkSheet.rows[1].rowheght是错误的!!
ExcelWorkSheet.range['A1:C3']....是错误的!!
ExcelWorkSheet.cells.item[1,1].columns.columnwidth不对?
为什么????
 
excelworksheet.range['a1','a1'].columnwidth:=...//设置A列
excelworksheet.range['c1','c1'].columnwidth:=...//设置C列
 
接受答案了.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
781
import
I
I
回复
0
查看
654
import
I
后退
顶部