TextBoxCell Constructor (Int32) |
Initializes a new instance of the
TextBoxCell class binding to the specified
column.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TextBoxCell(
int column
)
Public Sub New (
column As Integer
)
new :
column : int -> TextBoxCell
Parameters
- column
- Type: SystemInt32
Column in the data source to get/set the data.
See Also