Compartir a través de


Table.PreferredWidth Propiedad

Definición

Devuelve o establece el ancho preferido (en puntos o como porcentaje del ancho de la ventana) para la celda, celdas, columnas o tabla especificadas.

public:
 property float PreferredWidth { float get(); void set(float value); };
public float PreferredWidth { get; set; }
member this.PreferredWidth : single with get, set
Public Property PreferredWidth As Single

Valor de propiedad

Comentarios

Si la PreferredWidthType propiedad está establecida en wdPreferredWidthPoints, la propiedad PreferredWidth devuelve o establece el ancho en puntos. Si la propiedad PreferredWidthType está establecida en wdPreferredWidthPercent, la propiedad PreferredWidth Devuelve o establece el ancho como un porcentaje del ancho de la ventana.

Se aplica a