Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiOptionCellType Class / Clone Method


In This Topic
    Clone Method (MultiOptionCellType)
    In This Topic
    Creates and returns a multiple option button cell.
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Object
    'Usage
     
    
    Dim instance As MultiOptionCellType
    Dim value As Object
     
    value = instance.Clone()
    public override object Clone()
    See Also