SetOutlineBorder Method
SetOutlineBorder(CellRange, IBorder)
Sets border outlines for a range of cells.
Declaration
public virtual void SetOutlineBorder(CellRange cr, IBorder border)
Public Overridable Sub SetOutlineBorder(cr As CellRange, border As IBorder)
Parameters
Type |
Name |
Description |
CellRange |
cr |
Cell range around which to put outline border
|
IBorder |
border |
Border to place around the outside of the range of cells
|