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)

Usage

Dim borders1 As Borders

Dim returnValue As WdColor
returnValue = borders1.InsideColor

Dim sampleValue As WdColor
borders1.InsideColor = sampleValue

Syntax

Property InsideColor() As WdColor
WdColor InsideColor {get; set;}
property WdColor^ InsideColor{
    WdColor^ get();
    Void set(WdColor^);
}
public WdColor get_InsideColor();
public void set_InsideColor(WdColor);
function get InsideColor() : WdColor;
function set InsideColor(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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Borders Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Borders Members