VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentTableRow Class / SetBorder Methods / SetBorder(OpenXmlDocumentTableCell,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    SetBorder(OpenXmlDocumentTableCell,Int32,Int32) Method (OpenXmlDocumentTableRow)
    In This Topic
    Sets the border of this row from specified table cell.
    Syntax
    'Declaration
    
    Public Overloads Sub SetBorder( _
    ByVal borderSource
    The cell from which border style must be copied.
    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 _
    )
    public void SetBorder(
    OpenXmlDocumentTableCell borderSource,
    System.Int32 firstCellIndex,
    System.Int32 lastCellIndex
    )
    public: void SetBorder(
    OpenXmlDocumentTableCell* borderSource,
    System.Int32 firstCellIndex,
    System.Int32 lastCellIndex
    )
    public:
    void SetBorder(
    OpenXmlDocumentTableCell^ borderSource,
    System.Int32 firstCellIndex,
    System.Int32 lastCellIndex
    )

    Parameters

    borderSource
    The cell from which border style must be copied.
    firstCellIndex
    The zero-based index of first cell in thisrow.
    lastCellIndex
    The zero-based index of last cell in thisrow.
    Requirements

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

    See Also