In This Topic
Applies the attributes defined by this
CellStyle to a cell.
Syntax
'Declaration
Public Overloads Overridable Sub Apply( _
ByVal As Border _
)
public virtual void Apply(
Border
)
Parameters
- bdr
- System.Windows.Controls.Border element that represents a cell.
See Also