ChartBorder.Weight Property
Returns or sets an XlBorderWeight object that represents the weight of the border.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Weight As Object
Get
Set
'Usage
Dim instance As ChartBorder
Dim value As Object
value = instance.Weight
instance.Weight = value
Object Weight { get; set; }
Property Value
Type: System.Object
Object