Public Methods Protected Methods
Public Properties
Gets the band associated with this row. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.
Gets the associated UltraDataSource component. Syntax
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...
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.
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...
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.
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.
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.