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
)
Sub SetTableBorder (
borderType As TableBorderType,
borderWidth As Double,
borderColor As Color
)
void SetTableBorder(
TableBorderType borderType,
double borderWidth,
Color borderColor
)
abstract SetTableBorder :
borderType : TableBorderType *
borderWidth : float *
borderColor : Color -> unit
Parameters
-
borderType
-
Type:
Spire.Presentation
TableBorderType
border type
-
borderWidth
-
Type:
System
Double
border width.
-
borderColor
-
Type:
System.Drawing
Color
border color.
See Also