C1.Silverlight.Olap.5
ApplyCellStyles Method (C1OlapGrid.OlapCellFactory)

C1.Silverlight.FlexGrid.C1FlexGrid that owns the cell.
C1.Silverlight.FlexGrid.CellType that specifies the type of cell to be created.
C1.Silverlight.FlexGrid.CellRange that specifies the row and column represented by the cell.
System.Windows.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 Overrides Sub ApplyCellStyles( _
   ByVal grid As C1FlexGrid, _
   ByVal cellType As CellType, _
   ByVal range As CellRange, _
   ByVal bdr As System.Windows.Controls.Border _
) 
public override void ApplyCellStyles( 
   C1FlexGrid grid,
   CellType cellType,
   CellRange range,
   System.Windows.Controls.Border bdr
)

Parameters

grid
C1.Silverlight.FlexGrid.C1FlexGrid that owns the cell.
cellType
C1.Silverlight.FlexGrid.CellType that specifies the type of cell to be created.
range
C1.Silverlight.FlexGrid.CellRange that specifies the row and column represented by the cell.
bdr
System.Windows.Controls.Border element that represents the cell.
See Also

Reference

C1OlapGrid.OlapCellFactory Class
C1OlapGrid.OlapCellFactory Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.