public class ConditionalFormatRange extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ConditionalFormatRange.Builder |
| 构造器和说明 |
|---|
ConditionalFormatRange() |
ConditionalFormatRange(ConditionalFormatRange.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getEndColumnIndex() |
Integer |
getEndRowIndex() |
String |
getSheetId() |
Integer |
getStartColumnIndex() |
Integer |
getStartRowIndex() |
static ConditionalFormatRange.Builder |
newBuilder() |
void |
setEndColumnIndex(Integer endColumnIndex) |
void |
setEndRowIndex(Integer endRowIndex) |
void |
setSheetId(String sheetId) |
void |
setStartColumnIndex(Integer startColumnIndex) |
void |
setStartRowIndex(Integer startRowIndex) |
public ConditionalFormatRange()
public ConditionalFormatRange(ConditionalFormatRange.Builder builder)
public static ConditionalFormatRange.Builder newBuilder()
public String getSheetId()
public void setSheetId(String sheetId)
public Integer getStartRowIndex()
public void setStartRowIndex(Integer startRowIndex)
public Integer getEndRowIndex()
public void setEndRowIndex(Integer endRowIndex)
public Integer getStartColumnIndex()
public void setStartColumnIndex(Integer startColumnIndex)
public Integer getEndColumnIndex()
public void setEndColumnIndex(Integer endColumnIndex)
Copyright © 2024. All rights reserved.