IRow

Interfaz IRow

Representa una fila en una tabla.

public interface IRow : IBulkTextFormattable, ICellCollection

Propiedades

NombreDescripción
AsIBulkTextFormattable { get; }Permite obtener la interfaz base IBulkTextFormattable. Solo lectura IBulkTextFormattable.
AsICellCollection { get; }Permite obtener la interfaz base ICellCollection. Solo lectura ICellCollection.
Height { get; }Devuelve la altura de una fila. Solo lectura Double.
MinimalHeight { get; set; }Devuelve o establece la altura mínima posible de una fila. Lectura/escritura Double.
RowFormat { get; }Devuelve el objeto RowFormat que contiene propiedades de formato para esta fila. Solo lectura IRowFormat.

Ver También