Set Border properties for all EXISTING Cells in this Table.

WARNING: Rows and Cells added after calling this method are not updated.

Syntax

ISSummaryTableWordDocumentOptions.SetBordersCells(border, colour, [lineWidth], [style], [insideBordersOnly], [skipCellsWithBorders])

Parameters

NameTypeOptionalByRefDescription
border iseWordDocumentSummaryTableBorder
colour String
lineWidth Double Optional If omitted, a value of 1 is assumed.
style iseWordDocumentSummaryTableBorderStyle Optional Indicates whether to exclude outside table borders. If omitted, a value of iseWordDocumentSummaryTableBorderStyle.Single is assumed.
insideBordersOnly Boolean Optional Indicates whether to only set inside borders, i.e. the outside border will not be amended. If omitted, a value of False is assumed.
skipCellsWithBorders Boolean Optional Indicates whether to skip Cells that already have Borders enabled. If omitted, a value of True is assumed.
Member of:
ISSummaryTableWordDocumentOptions
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0