ConditionalFormattingCollection
概要
ConditionalFormattingCollection は Java 用 Aspose.Cells FOSS のクラスです。
条件付き書式オブジェクトのコレクション。
プロパティ
| 名前 | タイプ | アクセス | 説明 |
|---|---|---|---|
count | int | 読み取り | カウントを返します。 |
方法
| Signature | Description |
|---|---|
getCount() → int | カウントを返します。 |
get(index: int) → FormatConditionCollection | 要求された項目を返します。 |
add() → int | 現在のコレクションに新しい項目を追加します。 |
removeAt(index: int) | at を削除します。 |
removeArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int) | area を削除します。 |