列挙クラスの使用
com.osboffice.osbxl.enums.XlInsertDirection
パッケージ
説明
java版osbxlのメインパッケージです。
java版osbxlの定数を扱うパッケージです。
-
com.osboffice.osbxlでのXlInsertDirectionの使用
修飾子とタイプメソッド説明void
WorkSheetWrapper.deleteCell
(String A1C1, XlInsertDirection direction) ワークシート上のセル範囲の削除を行います。void
WorkSheetWrapper.WorkSheet.deleteCell
(String A1C1, XlInsertDirection direction) void
WorkSheetWrapper.insertCell
(String A1C1, XlInsertDirection direction) ワークシート上のセル範囲の挿入を行います。void
WorkSheetWrapper.WorkSheet.insertCell
(String A1C1, XlInsertDirection direction) -
com.osboffice.osbxl.enumsでのXlInsertDirectionの使用
修飾子とタイプメソッド説明static XlInsertDirection
XlInsertDirection.valueOf
(int code) このクラスの列挙型定数を指定した名前で返します。static XlInsertDirection
このクラスの列挙型定数を指定した名前で返します。static XlInsertDirection[]
XlInsertDirection.values()
この列挙クラスの定数を含む配列を宣言されている順序で 返します。