VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentTable Class / SetOutsideBorder Methods / SetOutsideBorder(OpenXmlDocumentTableCell) Method
Syntax Requirements SeeAlso
In This Topic
    SetOutsideBorder(OpenXmlDocumentTableCell) Method (OpenXmlDocumentTable)
    In This Topic
    Sets the outside border of this table.
    Syntax
    'Declaration
    
    Public Overloads Sub SetOutsideBorder( _
    ByVal borderSource
    The cell from which border style must be copied.
    As OpenXmlDocumentTableCell _
    )
    public void SetOutsideBorder(
    OpenXmlDocumentTableCell borderSource
    )
    public: void SetOutsideBorder(
    OpenXmlDocumentTableCell* borderSource
    )
    public:
    void SetOutsideBorder(
    OpenXmlDocumentTableCell^ borderSource
    )

    Parameters

    borderSource
    The cell from which border style must be copied.
    Requirements

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

    See Also