C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactory Class / PrepareCellStyle Method / PrepareCellStyle(GridControlRange,C1Style,C1Thickness) Method
The cell's range.
The cell's style.
A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0.

In This Topic
PrepareCellStyle(GridControlRange,C1Style,C1Thickness) Method
In This Topic
Prepares the specified style for displaying the cell in the specified range.
Syntax
'Declaration
 
Public Overloads Overrides Sub PrepareCellStyle( _
   ByVal range As GridControlRange, _
   ByVal style As C1Style, _
   ByVal internalBorders As C1Thickness _
) 
 

Parameters

range
The cell's range.
style
The cell's style.
internalBorders
A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0.
See Also