AutoFilterSupport
ภาพรวม
AutoFilterSupport เป็นคลาสใน Aspose.Cells FOSS สำหรับ Java.
ให้เมธอดยูทิลิตี้สำหรับการสนับสนุนการกรองอัตโนมัติ
วิธีการ
| ลายเซ็น | คำอธิบาย |
|---|---|
normalizeOptionalRange(value: String, parameterName: String) → String | ทำให้ค่าช่วงที่เป็นตัวเลือกเป็นการอ้างอิงเซลล์หรือช่วงที่ถูกต้อง |
normalizeRequiredRange(value: String, parameterName: String) → String | ทำให้ค่าช่วงที่จำเป็นเป็นการอ้างอิงเซลล์หรือช่วงที่ถูกต้อง |
tryNormalizeRange(value: String, normalized: String[]) → boolean | พยายามทำให้ค่าช่วงเป็นการอ้างอิงเซลล์หรือช่วงที่ถูกต้อง |
normalizeText(value: String, parameterName: String) → String | ทำให้ข้อความเป็นมาตรฐานโดยตัดช่องว่างส่วนเกิน |
normalizeOptionalText(value: String) → String | ทำให้ข้อความที่เป็นตัวเลือกเป็นมาตรฐานโดยตัดช่องว่างส่วนเกิน |
parseOperatorOrDefault(value: String) → com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorType | แปลงสตริงตัวดำเนินการกรองเป็น FilterOperatorType |
tryParseOperator(value: String, operatorType: com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorType[]) → boolean | พยายามแปลงสตริงตัวดำเนินการกรองเป็น FilterOperatorType |
toOperatorName(operatorType: com.aspose.cells_foss.core.AutoFilterModel.FilterOperatorType) → String | แปลง FilterOperatorType เป็นสตริงที่แสดงผล |
compareFilterColumns(left: com.aspose.cells_foss.core.AutoFilterModel.FilterColumnModel, right: com.aspose.cells_foss.core.AutoFilterModel.FilterColumnModel) → int | เปรียบเทียบโมเดลคอลัมน์กรองสองตัวตามดัชนีคอลัมน์ของพวกมัน |