Share via


Borders.InsideColor Property

Returns or sets a value that indicates the 24-bit color of the inside borders.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property InsideColor As WdColor
    Get
    Set
'Usage
Dim instance As Borders
Dim value As WdColor

value = instance.InsideColor

instance.InsideColor = value
WdColor InsideColor { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdColor

Remarks

Can be any valid WdColor constant or a value returned by Visual Basic's RGB function.

If the InsideLineStyle property is set to either wdLineStyleNone or False, setting this property has no effect.

See Also

Reference

Borders Interface

Borders Members

Microsoft.Office.Interop.Word Namespace