Version

Search Results

UltraDataRow Class Methods

Public Methods Protected Methods

UltraDataRow Class Properties

Public Properties

Band Property (UltraDataRow)

Gets the band associated with this row. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.

DataSource Property (UltraDataRow)

Gets the associated UltraDataSource component. Syntax

GetCellValue(Int32) Method

Gets the cell value associated with the specified column. Syntax Parameters columnIndex The index of the column whose value to get. Return Value The value of the cell. Remarks Sets the cell value associated with the specified column. This overload does not raise the CellDataRequested event if the cell value has no...

GetCellValue(Int32,Boolean) Method

Gets the cell value associated with the specified column. Syntax Parameters columnIndex The index of the column whose value to get.raiseCellDataRequestedEvent Specifies whether to raise the CellDataRequested event if the cells value has not been set. Return Value The value of the cell.

GetCellValue(String) Method

Gets the cell value associated with the specified column. Syntax Parameters columnKey The key of the column whose value to get. Return Value The value of the cell. Remarks Sets the cell value associated with the specified column. This overload does not raise the CellDataRequested event if the cell value has not be...

GetCellValue(String,Boolean) Method

Gets the cell value associated with the specified column. Syntax Parameters columnKey The key of the column whose value to get.raiseCellDataRequestedEvent Specifies whether to raise the CellDataRequested event if the cells value has not been set. Return Value The value of the cell.

GetCellValue(UltraDataColumn) Method

Gets the cell value associated with the specified column. Syntax Parameters column The column whose value to get. Return Value The value of the cell. Remarks Sets the cell value associated with the specified column. This overload does not raise the CellDataRequested event if the cell value has not been set.

GetCellValue(UltraDataColumn,Boolean) Method

Gets the cell value associated with the specified column. Syntax Parameters column The column whose value to get.raiseCellDataRequestedEvent Specifies whether to raise the CellDataRequested event if the cells value has not been set. Return Value The value of the cell.