Gets or sets the cell value associated with the column with the specified index. Overload List
Returns the parent collection. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.
Gets the parent row. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.
Clears the cached cell value associated with the column with the specified index. This will result in the component raising CellDataRequested event for the cell the next time the cell value is needed Syntax Parameters columnIndex Specifies the index of the column whose cell value is to be cleared. Remarks You can ...
Clears the cached cell value associated with the column with the specified key. This will result in the component raising CellDataRequested event for the cell the next time the cell value is needed Syntax Parameters columnKey Specifies the index of the column whose cell value is to be cleared. Remarks You can use ...
Clears the cached cell value associated with the specified column. This will result in the component raising CellDataRequested event for the cell the next time the cell value is needed. Syntax Parameters column Specifies the column whose cell value is to be cleared. Remarks You can use the UltraDataRows ResetCache...
Clears the cached cell value associated with the column with the specified index. This will result in the component raising CellDataRequested event for the cell the next time the cell value is needed Overload List
Clears all the cached cell values. This will result in the component raising CellDataRequested event for the cells of this row the next time the cell values are needed. Syntax Remarks You can use the UltraDataRows ResetCachedValue(Int32) method to clear the cell value of a specific column. Example Following code d...
Sets the cell value associated with the specified column. Syntax Parameters columnIndex The index of the column whose value to set.value The new cell value. Remarks Sets the cell value associated with the specified column. This overload does not raise the CellDataUpdating and CellDataUpdated events.
Sets the cell value associated with the specified column. Syntax Parameters columnIndex The index of the column whose value to set.value The new cell value.raiseCellUpdateEvents Specifies whether to raise the CellDataUpdating and CellDataUpdated events.