เอกสาร HotXLS
สารบัญ
หน้าแรก
ภาพรวม
TGridToXLS
IXLSWorkbook
หน้าแรก
สารบัญ
ภาพรวม
เมธอด ClearContents
ล้างข้อมูลออกจากช่วงแต่คงการจัดรูปแบบไว้
ไวยากรณ์
procedure
ClearContents;
ตัวอย่าง
This example clears the data from cells A1:G37 on sheet one but leaves the formatting intact
Workbook.Worksheets[
1
].Range[
'A1'
,
'G37'
].ClearContents;