CustomizeCellGDIObjectsEventArgs.CellFont Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property System::Drawing::Font ^ CellFont { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public System.Drawing.Font CellFont { get; set; }
member this.CellFont : System.Drawing.Font with get, set
Public Property CellFont As Font