欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

jscript之List Excel Color Values

 更新時(shí)間:2007年06月13日 00:00:00   作者:  
Description

Demonstration script that displays the various colors -- and their related color index -- available when programmatically controlling Microsoft Excel. 
Script Code
復(fù)制代碼 代碼如下:

set objExcel = CreateObject("Excel.Application")

objExcel.Visible = True
objExcel.Workbooks.Add

For i = 1 to 56
    objExcel.Cells(i, 1).Value = i
    objExcel.Cells(i, 1).Interior.ColorIndex = i
Next

相關(guān)文章

最新評(píng)論