Aspose.Cells を使用して ActiveX コントロールを追加する
Contents
[
Hide
]
ShapeCollection.AddActiveXControl() メソッドを使用して Aspose.Cells で ActiveX コントロールを追加することができます。 このメソッドは、ワークシート内に追加する ActiveX コントロールの種類を伝えるパラメータ ControlType を取ります。 次の値があります。
- ControlType.CheckBox
- ControlType.ComboBox
- ControlType.CommandButton
- ControlType.Image
- ControlType.Label
- ControlType.ListBox
- ControlType.RadioButton
- ControlType.ScrollBar
- ControlType.SpinButton
- ControlType.TextBox
- ControlType.ToggleButton
- ControlType.Unknown
シェイプコレクション内に ActiveX コントロールを追加したら、それから Shape.ActiveXControl プロパティを介して ActiveX コントロール オブジェクトにアクセスし、そのさまざまなプロパティを設定できます。
Aspose.Cellsを使用してToggle Button ActiveXコントロールを追加するサンプルコードは、次のとおりです。