MultipleBordersSetBorders(MultipleBorderTypes, BorderStyle, Color, Double) Method |
Sets the specified borders.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public void SetBorders(
MultipleBorderTypes borderTypes,
BorderStyle borderStyle,
Color borderColor,
double borderWidth
)
Public Sub SetBorders (
borderTypes As MultipleBorderTypes,
borderStyle As BorderStyle,
borderColor As Color,
borderWidth As Double
)
Parameters
- borderTypes MultipleBorderTypes
- The border types to set.
- borderStyle BorderStyle
- The border style.
- borderColor Color
- The border color.
- borderWidth Double
- The border width in points.
See Also