Click or drag to resize

ITable SetTableBorder Method

Setting up the table border

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void SetTableBorder(
	TableBorderType borderType,
	double borderWidth,
	Color borderColor
)

Parameters

borderType
Type: Spire.Presentation TableBorderType
border type
borderWidth
Type: System Double
border width.
borderColor
Type: System.Drawing Color
border color.
See Also