RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ListControlDataSourceRow..::..GetCellItem Method

Gets the cell item.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public string GetCellItem(
	int columnIndex
)
Public Function GetCellItem ( _
	columnIndex As Integer _
) As String
public:
String^ GetCellItem(
	int^ columnIndex
)

Parameters

columnIndex
Type: Int32
Index of the column.

Return Value

System.String.