CellFormatEventArgs

CellFormatEventArgs class

Proporciona datos para el evento de formato de celda de cuadrícula.

public class CellFormatEventArgs : EventArgs

Propiedades

NombreDescripción
Font { get; }Obtiene la nueva fuente.
FontColor { get; }Obtiene el nuevo color de fuente.
Sources { get; }Obtiene las fuentes de formato, lista de CellRange.
Style { get; }Obtiene el nuevo estilo.

Ver también