ComponentOne FlexGrid for UWP
ApplyCellStyles(C1FlexGrid,CellType,CellRange,Border) Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellFactory Class : ApplyCellStyles(C1FlexGrid,CellType,CellRange,Border) Method
C1FlexGrid that owns the cell.
CellType that specifies the type of cell to be created.
CellRange that specifies the row and column represented by the cell.
Windows.UI.Xaml.Controls.Border element that represents the cell.
Allows derived classes to finish customizing cells after they have been created and all styles have been applied.
Syntax
'Declaration
 
Public Overridable Sub ApplyCellStyles( _
   ByVal grid As C1FlexGrid, _
   ByVal cellType As CellType, _
   ByVal rng As CellRange, _
   ByVal bdr As Windows.UI.Xaml.Controls.Border _
) 
public virtual void ApplyCellStyles( 
   C1FlexGrid grid,
   CellType cellType,
   CellRange rng,
   Windows.UI.Xaml.Controls.Border bdr
)

Parameters

grid
C1FlexGrid that owns the cell.
cellType
CellType that specifies the type of cell to be created.
rng
CellRange that specifies the row and column represented by the cell.
bdr
Windows.UI.Xaml.Controls.Border element that represents the cell.
See Also

Reference

CellFactory Class
CellFactory Members