FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / CellStyle Class / Clone Method

In This Topic
    Clone Method
    In This Topic
    Gets a clone of this CellStyle.
    Syntax
    'Declaration
     
    
    Public Function Clone() As CellStyle
    public CellStyle Clone()

    Return Value

    A clone of this CellStyle.
    See Also