'Declaration Protected Overrides Sub SetControlValueCore( _ ByVal control As Control, _ ByVal cell As Cell _ )
'Usage Dim instance As TextEditor Dim control As Control Dim cell As Cell instance.SetControlValueCore(control, cell)
Parameters
- control
- The control to which to assign the cell's Xceed.Grid.Cell.Value.
- cell
- The cell whose Xceed.Grid.Cell.Value to assign to the control.