码迷,mamicode.com
首页 >  
搜索关键字:colorindex    ( 4个结果
VBA_Excel_教程:单元格颜色
Sub SetCellColor() '设置单元格颜色 Sheet1.Cells(1, 1).Interior.ColorIndex = 5 End Sub ...
分类:编程语言   时间:2016-12-03 14:50:57    阅读次数:239
C# Excel ColorIndex 对应列表
Excel Interior.ColorIndex  颜色色彩列表   C# 操作Excel在设置字体、区域等颜色时,需要通过 .Interior.ColorIndex 或 .Font.ColorIndex进行设置。...
分类:Windows程序   时间:2015-08-12 16:59:45    阅读次数:221
VBA设置单元格格式
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
winconsio.h:一个用于在windows平台替代conio.h的自用库
1 #ifndef WIN_CONS_IO_H 2 #define WIN_CONS_IO_H 3 4 #include 5 6 #define SetConsColor(colorIndex) SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_...
分类:Windows程序   时间:2015-05-17 13:28:42    阅读次数:189
4条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!