메소드 | 설명 | |
---|---|---|
FreezePane ( this sheet, int colCount, int rowCount, int startCol, int startRow ) : void |
冻结表格
|
|
GetXLColour ( this workbook, int R, int G, int B ) : short |
获取RGB对应NPOI颜色值
|
public static FreezePane ( this sheet, int colCount, int rowCount, int startCol, int startRow ) : void | ||
sheet | this | sheet |
colCount | int | 冻结的列数 |
rowCount | int | 冻结的行数 |
startCol | int | 右边区域可见的首列序号,从1开始计算 |
startRow | int | 下边区域可见的首行序号,也是从1开始计算 |
리턴 | void |
public static GetXLColour ( this workbook, int R, int G, int B ) : short | ||
workbook | this | 当前wb |
R | int | |
G | int | |
B | int | |
리턴 | short |