FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / CellStyleChangeAction Class / CellStyleChangeAction Constructor

In This Topic
    CellStyleChangeAction Constructor
    In This Topic
    Initializes a new instance of a CellStyleChangeAction.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal flex As C1FlexSheet _
    )
    public CellStyleChangeAction( 
       C1FlexSheet flex
    )

    Parameters

    flex
    See Also