ICellFormatEffectiveData

Interfaz ICellFormatEffectiveData

Objeto inmutable que contiene propiedades efectivas de formato de celda de tabla.

public interface ICellFormatEffectiveData : IBaseTableFormatEffectiveData

Propiedades

NombreDescripción
AsIBaseTableFormatEffectiveData { get; }Permite obtener la interfaz base IBaseTableFormatEffectiveData. Solo lectura IBaseTableFormatEffectiveData.
Transparency { get; }Obtiene la transparencia del color de relleno. Lee Single.

Notas

Esta interfaz se utiliza junto con la interfaz ICellFormat para devolver valores de formato efectivos con herencia y estilos de tabla aplicados.

Véase también