VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentTable Class / SetOutsideBorder Methods / SetOutsideBorder(OpenXmlDocumentTableCell,OpenXmlDocumentTableCell,OpenXmlDocumentTableCell,BorderSide) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
SetOutsideBorder(OpenXmlDocumentTableCell,OpenXmlDocumentTableCell,OpenXmlDocumentTableCell,BorderSide) Method (OpenXmlDocumentTable)
In This Topic
Sets the outside border of rectangular area.
Syntax

Parameters

firstCell
The first cell of rectangular area.
lastCell
The last cell of rectangular area.
borderSource
The cell from which border style must be copied.
borderSide
The border side.
Exceptions
ExceptionDescription
Thrown if firstCell or lastCell is null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also