Borders.InsideColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.