Sets the content of a Windows.UI.Xaml.Controls.Border element used to display the value of a row header cell.
Syntax
'Declaration
Public Overridable Sub CreateTopLeftContent( _
ByVal As C1FlexGrid, _
ByVal As Windows.UI.Xaml.Controls.Border, _
ByVal As CellRange _
)
public virtual void CreateTopLeftContent(
C1FlexGrid ,
Windows.UI.Xaml.Controls.Border ,
CellRange
)
Parameters
- grid
- C1FlexGrid that owns the cell.
- bdr
- Windows.UI.Xaml.Controls.Border element that contains the header.
- rng
- CellRange that specifies the row and column represented by the cell.
See Also