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

In This Topic
    GetCellStyle Method
    In This Topic
    Gets the style applied to a cell in this row.
    Syntax
    'Declaration
     
    
    Public Function GetCellStyle( _
       ByVal col As Column _
    ) As CellStyle
    public CellStyle GetCellStyle( 
       Column col
    )

    Parameters

    col
    See Also