Krypton OutlookGrid Help
![]() | KryptonDataGridViewTextAndImageCellSetValue Method |
Sets the value.
Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)

protected override bool SetValue( int rowIndex, Object value )
Protected Overrides Function SetValue ( rowIndex As Integer, value As Object ) As Boolean
Parameters
- rowIndex
- Type: SystemInt32
Index of the row. - value
- Type: SystemObject
The value.
Return Value
Type: Boolean[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns.KryptonDataGridViewTextAndImageCell.SetValue(System.Int32,System.Object)"]
