DataGridCellClone Method
Creates a clone (deep copy) of the current
DataGridCell instance.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public abstract DataGridCell Clone()
Public MustOverride Function Clone As DataGridCell
Return Value
DataGridCell
A clone (deep copy) of the current
DataGridCell instance.