Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Table Class / SetBorder Method
TableBorderType value indicating which border to set.
The border object to set.


In This Topic
    SetBorder Method (Table)
    In This Topic
    Sets a border on this Table.
    Syntax
    'Declaration
     
    Public Sub SetBorder( _
       ByVal borderType As TableBorderType, _
       ByVal border As Border _
    ) 
    'Usage
     
    Dim instance As Table
    Dim borderType As TableBorderType
    Dim border As Border
     
    instance.SetBorder(borderType, border)
    public void SetBorder( 
       TableBorderType borderType,
       Border border
    )

    Parameters

    borderType
    TableBorderType value indicating which border to set.
    border
    The border object to set.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also