Table.Style Propiedad

Definición

Devuelve o establece el estilo para el objeto especificado.

public:
 property System::Object ^ Style { System::Object ^ get(); void set(System::Object ^ value); };
public object Style { get; set; }
member this.Style : obj with get, set
Public Property Style As Object

Valor de propiedad

Comentarios

Para establecer esta propiedad, especifique el nombre local del estilo, un entero, una WdBuiltinStyle constante o un objeto que represente el estilo.

Se aplica a