[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.Clone

Clone Method

Clone()

Clones this cell type.

Declaration
protected override ICellType Clone()
Protected Overrides Function Clone() As ICellType
Returns
Type Description
ICellType

An ICellType object represents the cloned instance of this cell type.

Overrides