NumericUpDown, classe (System 2007)
Mise à jour : novembre 2007
Représente un contrôle NumericUpDown Windows Forms qui peut être ajouté à une feuille de calcul Microsoft Office Excel.
Espace de noms : Microsoft.Office.Tools.Excel.Controls
Assembly : Microsoft.Office.Tools.Excel.v9.0 (dans Microsoft.Office.Tools.Excel.v9.0.dll)
Syntaxe
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class NumericUpDown _
Inherits NumericUpDown _
Implements ISupportInitializeExtendedControl
Dim instance As NumericUpDown
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class NumericUpDown : NumericUpDown,
ISupportInitializeExtendedControl
Notes
Microsoft.Office.Tools.Excel.Controls.NumericUpDown est différent de System.Windows.Forms.NumericUpDown. Microsoft.Office.Tools.Excel.Controls.NumericUpDown possède des membres supplémentaires qui lui permettent d'être ajouté à une feuille de calcul Excel et lui procurent d'autres méthodes et propriétés.
N'utilisez pas le constructeur New pour créer un nouveau NumericUpDown. Utilisez la méthode AddNumericUpDown pour ajouter un nouveau NumericUpDown à une feuille de calcul.
Hiérarchie d'héritage
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UpDownBase
System.Windows.Forms.NumericUpDown
Microsoft.Office.Tools.Excel.Controls.NumericUpDown
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.