| ImageTextCell Constructor (Int32, Int32) | 
 
            Initializes a new instance of the 
ImageTextCell class when binding to an indexed-based data item.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic ImageTextCell(
	int imageColumn,
	int textColumn
)
Public Sub New ( 
	imageColumn As Integer,
	textColumn As Integer
)
new : 
        imageColumn : int * 
        textColumn : int -> ImageTextCellParameters
- imageColumn
- Type: SystemInt32
 Index of the image column in the data item.
- textColumn
- Type: SystemInt32
 Index of the text column in the data item.
 See Also
See Also