Borders.InsideColor Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdColor InsideColor { Microsoft::Office::Interop::Word::WdColor get(); void set(Microsoft::Office::Interop::Word::WdColor value); };
public Microsoft.Office.Interop.Word.WdColor InsideColor { get; set; }
member this.InsideColor : Microsoft.Office.Interop.Word.WdColor with get, set
Public Property InsideColor As WdColor

Property Value

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.

Applies to