動作検証バージョン:64bit Windows 10 Pro + 32bit Excel(バージョン2107 ビルド14228.20226 Microsoft Store)
Excel VBAには、IncrementLeft・IncrementTopなど「Increment〇〇」といった名前のメソッドが複数存在します。
現在の状態を基準に、移動したり回転したり明るさやコントラストを変更したりするメソッドです。
[スポンサードリンク]
これらIncrement〇〇メソッドを一覧で眺めたかったので作成しておきます。
クラス | メソッド |
---|---|
Model3DFormat | IncrementRotationX |
IncrementRotationY | |
IncrementRotationZ | |
PictureFormat | IncrementBrightness |
IncrementContrast | |
ShadowFormat | IncrementOffsetX |
IncrementOffsetY | |
Shape | IcrementLeft |
IcrementRotation | |
IcrementTop | |
ShapeRange | IcrementLeft |
IcrementRotation | |
IcrementTop | |
ThreeDFormat | IncrementRotationHorizontal |
IncrementRotationVertical | |
IncrementRotationX | |
IncrementRotationY | |
IncrementRotationZ |
上記のメソッドは、いずれも引数IncrementにSingle型の数値を指定でき、戻り値はありません。
最終更新日時:2021-08-11 23:46
[スポンサードリンク]
Home » エクセルマクロ・Excel VBAの使い方 » Excel VBAのIncrement〇〇メソッド一覧