Borders.InsideLineWidth Propiedad

Definición

Devuelve o establece el ancho de línea del borde interior de un objeto.

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

Valor de propiedad

Comentarios

Esta propiedad se puede establecer en True, False o una de las WdLineWidth constantes. Devuelve wdUndefined si el objeto tiene bordes interiores con más de un ancho de línea; De lo contrario, False o una constante WdLineWidth .

Se aplica a