Compartir a través de


Options.MergedCellColor Propiedad

Definición

Devuelve o establece una WdCellColor constante que representa el color de las celdas de tabla combinadas. Lectura y escritura.

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

Valor de propiedad

WdCellColor

Comentarios

Esta propiedad solo se aplica a los documentos en los que se ha ejecutado el CompareDocuments(Document, Document, WdCompareDestination, WdGranularity, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean)método , Compare(String, Object, Object, Object, Object, Object, Object, Object)o Merge(String, Object, Object, Object, Object) .

Se aplica a