KDP・Kindle Direct Publishing(キンドル・ダイレクト・パブリッシング)による拙著『理解するExcel VBA/図形操作の基本』に登場する、図形関連オブジェクトに用意されているメソッドを一覧にしています。
プロパティについても同様の一覧を作成しておきます。
オブジェクト | プロパティ | 戻り値 | 節 |
---|---|---|---|
グローバル | Selection | Object | 7-4 |
Characters | Count | Long | 4-3 |
Font | Font | 4-3 | |
Text | String | 4-3 | |
ColorFormat | RGB | MsoRGBType | 3-2 |
DrawingObjects | ShapeRange | ShapeRange | 7-6 |
FillFormat | BackColor | ColorFormat | 3-4 |
ForeColor | ColorFormat | 3-2 | |
Transparency | Single | 3-2 | |
Visible | MsoTriState | 3-2 | |
LineFormat | BackColor | ColorFormat | 3-4 |
ForeColor | ColorFormat | 3-3 | |
Visible | MsoTriState | 3-3 | |
Weight | Single | 3-3 | |
Oval | ShapeRange | ShapeRange | 7-6 |
Rectangle | Left | Double | 7-5 |
ShapeRange | ShapeRange | 7-6 | |
TopLeftCell | Range | 7-5 | |
Shape | AutoShapeType | MsoAutoShapeType | 1-3, 1-6, 3-2, 5-3 |
BottomRightCell | Range | 2-1 | |
Fill | FillFormat | 3-2 | |
Height | Single | 2-2 | |
HorizontalFlip | MsoTriState | 2-5 | |
Line | LineFormat | 3-3 | |
LockAspectRatio | MsoTriState | 2-4 | |
Name | String | 1-7 | |
Placement | XlPlacement | 2-4 | |
Rotaion | Single | 2-5 | |
TextFrame | TextFrame | 4-2, 6-4 | |
TextFrame2 | TextFrame2 | 6-2, 6-4 | |
Top | Single | 2-1 | |
TopLeftCell | Range | 2-1 | |
Type | MsoShapeType | 1-5, 1-6 | |
VerticalFlip | MsoTriState | 2-5 | |
Visible | MsoTriState | 1-4 | |
Width | Single | 2-2 | |
ZOrderPosition | Long | 2-3 | |
ShapeRange | Count | Long | 7-2 |
Shapes | Count | Long | 1-1 |
Range | ShapeRange | 7-1 | |
TextFrame | AutoSize | Boolean | 4-2 |
MarginBottom | Single | 4-2, 6-4 | |
MarginLeft | Single | 4-2, 6-4 | |
MarginRight | Single | 4-2, 6-4 | |
MarginTop | Single | 4-2, 6-4 | |
Orientation | MsoTextOrientation | 4-2 | |
TextFrame2 | AutoSize | MsoAutoSize | 6-2 |
HasText | MsoTriState | 6-2 | |
MarginLeft | Single | 6-2, 6-4 | |
Orientation | MsoTextOrientation | 6-2 | |
TextRange | TextRange2 | 6-1, 6-3, 6-5 | |
TextRange2 | Characters | TextRange2 | 6-3 |
Font | Font2 | 6-3 | |
Text | String | 6-3, 6-5 |
最終更新日時:2021-12-17 15:49
[スポンサードリンク]
Home » 電子書籍 » 理解するExcel VBA » 『図形操作の基本』で紹介している図形関連オブジェクトごとのプロパティ一覧