VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentTableRow Class / SetBorder Methods / SetBorder(OpenXmlDocumentTableCell,Int32,Int32,BorderSide) Method
Syntax Requirements SeeAlso
In This Topic
    SetBorder(OpenXmlDocumentTableCell,Int32,Int32,BorderSide) Method (OpenXmlDocumentTableRow)
    In This Topic
    Sets the border of this row from specified table cell.
    Syntax
    'Declaration
    
    Public Overloads Sub SetBorder( _
    ByVal borderSource
    The border source.
    As OpenXmlDocumentTableCell, _
    ByVal firstCellIndex
    The zero-based index of first cell in thisrow.
    As System.Int32, _
    ByVal lastCellIndex
    The zero-based index of last cell in thisrow.
    As System.Int32, _
    ByVal borderSide
    The border side.
    As Vintasoft.Imaging.Office.BorderSide _
    )

    Parameters

    borderSource
    The border source.
    firstCellIndex
    The zero-based index of first cell in thisrow.
    lastCellIndex
    The zero-based index of last cell in thisrow.
    borderSide
    The border side.
    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