public static class ConditionalFormatRange.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ConditionalFormatRange |
build() |
ConditionalFormatRange.Builder |
endColumnIndex(Integer endColumnIndex)
结束列索引
示例值:0
|
ConditionalFormatRange.Builder |
endRowIndex(Integer endRowIndex)
结束行索引
示例值:0
|
ConditionalFormatRange.Builder |
sheetId(String sheetId)
工作表ID
示例值:
|
ConditionalFormatRange.Builder |
startColumnIndex(Integer startColumnIndex)
起始列索引
示例值:0
|
ConditionalFormatRange.Builder |
startRowIndex(Integer startRowIndex)
起始行索引
示例值:0
|
public ConditionalFormatRange.Builder sheetId(String sheetId)
示例值:
sheetId - public ConditionalFormatRange.Builder startRowIndex(Integer startRowIndex)
示例值:0
startRowIndex - public ConditionalFormatRange.Builder endRowIndex(Integer endRowIndex)
示例值:0
endRowIndex - public ConditionalFormatRange.Builder startColumnIndex(Integer startColumnIndex)
示例值:0
startColumnIndex - public ConditionalFormatRange.Builder endColumnIndex(Integer endColumnIndex)
示例值:0
endColumnIndex - public ConditionalFormatRange build()
Copyright © 2025. All rights reserved.