Wimark.Controls Class Library  

DataGridViewNumericUpDownCell Constructor

Initializes a new instance of the DataGridViewNumericUpDownCell class with a specified editor component.

Overload List

Initializes a new instance of the DataGridViewNumericUpDownCell class.

[Visual Basic] Public Sub New()
[C#] public DataGridViewNumericUpDownCell();
[C++] public: DataGridViewNumericUpDownCell();

Initializes a new instance of the DataGridViewNumericUpDownCell class with a specified editor component.

[Visual Basic] Public Sub New(NumericUpDownEditor)
[C#] public DataGridViewNumericUpDownCell(NumericUpDownEditor);
[C++] public: DataGridViewNumericUpDownCell(NumericUpDownEditor*);

See Also

DataGridViewNumericUpDownCell Class | DataGridViewNumericUpDownCell Members | Wimark.Controls Namespace