public class FindReplaceResult extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FindReplaceResult.Builder |
| 构造器和说明 |
|---|
FindReplaceResult() |
FindReplaceResult(FindReplaceResult.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getMatchedCells() |
String[] |
getMatchedFormulaCells() |
Integer |
getRowsCount() |
static FindReplaceResult.Builder |
newBuilder() |
void |
setMatchedCells(String[] matchedCells) |
void |
setMatchedFormulaCells(String[] matchedFormulaCells) |
void |
setRowsCount(Integer rowsCount) |
public FindReplaceResult()
public FindReplaceResult(FindReplaceResult.Builder builder)
public String[] getMatchedCells()
public void setMatchedCells(String[] matchedCells)
public String[] getMatchedFormulaCells()
public void setMatchedFormulaCells(String[] matchedFormulaCells)
public Integer getRowsCount()
public void setRowsCount(Integer rowsCount)
public static FindReplaceResult.Builder newBuilder()
Copyright © 2025. All rights reserved.