Sub SetCellColor() '设置单元格颜色 Sheet1.Cells(1, 1).Interior.ColorIndex = 5 End Sub ...
分类:
编程语言 时间:
2016-12-03 14:50:57
阅读次数:
239
Excel Interior.ColorIndex 颜色色彩列表
C# 操作Excel在设置字体、区域等颜色时,需要通过 .Interior.ColorIndex 或 .Font.ColorIndex进行设置。...
OptionExplicit
SubsetFormat()
DimSelectionCellAsRange
SetSelectionCell=Worksheets("Sheet1").Range("A1:D4")
WithSelectionCell
.Borders.Weight=4
.Font.Size=10
.Font.Name="宋体"
.Interior.ColorIndex=34
EndWith
EndSub
分类:
编程语言 时间:
2015-06-05 17:55:26
阅读次数:
171
1 #ifndef WIN_CONS_IO_H 2 #define WIN_CONS_IO_H 3 4 #include 5 6 #define SetConsColor(colorIndex) SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_...