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

In This Topic
    Clone Method (CellStyle)
    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