KryptonDataGridViewTextAndImageCell.SetValue Method

Krypton OutlookGrid

KryptonDataGridViewTextAndImageCellSetValue Method
Krypton OutlookGrid v1.6.0
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)
Syntax
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)"]

See Also