Range.SetOutlineBorder
SetOutlineBorder(BorderType, CellBorderType, CellsColor)
Sets outline border around a range of cells.
public void SetOutlineBorder(BorderType borderEdge, CellBorderType borderStyle,
CellsColor borderColor)
Parameter | Type | Description |
---|---|---|
borderEdge | BorderType | Border edge. |
borderStyle | CellBorderType | Border style. |
borderColor | CellsColor | Border color. |
See Also
- enum BorderType
- enum CellBorderType
- class CellsColor
- class Range
- namespace Aspose.Cells
- assembly Aspose.Cells
SetOutlineBorder(BorderType, CellBorderType, Color)
Sets outline border around a range of cells.
public void SetOutlineBorder(BorderType borderEdge, CellBorderType borderStyle, Color borderColor)
Parameter | Type | Description |
---|---|---|
borderEdge | BorderType | Border edge. |
borderStyle | CellBorderType | Border style. |
borderColor | Color | Border color. |
See Also
- enum BorderType
- enum CellBorderType
- class Range
- namespace Aspose.Cells
- assembly Aspose.Cells