ITableFormatEffectiveData

Interfaz ITableFormatEffectiveData

Objeto inmutable que contiene propiedades efectivas de formato de tabla.

public interface ITableFormatEffectiveData : 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.

Observaciones

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

Véase también