[]
Applies the attributes defined by this CellStyle to a cell.
[Obsolete("Please use Apply(Border) instead.")]
public virtual void Apply(Border bdr, SelectedState selState)
Type | Name | Description |
---|---|---|
Border | bdr | Border element that represents a cell. |
SelectedState | selState | SelectedState value that reflects the cell's current selected state. |
Applies the attributes defined by this CellStyle to a cell.
public virtual void Apply(Border bdr)
Type | Name | Description |
---|---|---|
Border | bdr | Border element that represents a cell. |