Share via


Borders.InsideColorIndex Property 

Returns or sets the 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 WdColorIndex
returnValue = borders1.InsideColorIndex

Dim sampleValue As WdColorIndex
borders1.InsideColorIndex = sampleValue

Syntax

Property InsideColorIndex() As WdColorIndex
WdColorIndex InsideColorIndex {get; set;}
property WdColorIndex^ InsideColorIndex{
    WdColorIndex^ get();
    Void set(WdColorIndex^);
}
public WdColorIndex get_InsideColorIndex();
public void set_InsideColorIndex(WdColorIndex);
function get InsideColorIndex() : WdColorIndex;
function set InsideColorIndex(WdColorIndex);

Remarks

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