Font.Underline Propiedad

Definición

Devuelve o establece el tipo de subrayado que se aplicará a la fuente.

public:
 property System::Object ^ Underline { System::Object ^ get(); void set(System::Object ^ value); };
public object Underline { get; set; }
Public Property Underline As Object

Valor de propiedad

Comentarios

Puede ser una de las siguientes XlUnderlineStyle constantes.

xlUnderlineStyleNone

xlUnderlineStyleSingle

xlUnderlineStyleDouble

xlUnderlineStyleSingleAccounting

xlUnderlineStyleDoubleAccounting

Se aplica a