Border.ArtWidth Property
Returns or sets the width (in points) of the specified graphical page border.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ArtWidth As Integer
Get
Set
'Usage
Dim instance As Border
Dim value As Integer
value = instance.ArtWidth
instance.ArtWidth = value
int ArtWidth { get; set; }
Property Value
Type: System.Int32