Table.PreferredWidthType Propiedad

Definición

Devuelve o establece la unidad de medida preferida que se debe utilizar para el ancho de la tabla especificada.

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

Valor de propiedad

Comentarios

WdPreferredWidthType puede ser una de estas constantes WdPreferredWidthType :

wdPreferredWidthAuto

wdPreferredWidthPercent

wdPreferredWidthPoints

Se aplica a