FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelRow Class / SetCellStyle Method

In This Topic
    SetCellStyle Method
    In This Topic
    Applies a style to a cell in this row.
    Syntax
    'Declaration
     
    
    Public Sub SetCellStyle( _
       ByVal col As Column, _
       ByVal style As CellStyle _
    ) 
    public void SetCellStyle( 
       Column col,
       CellStyle style
    )

    Parameters

    col
    style
    See Also