







Set the font from a Font object
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public void SetFromFont( Font Font ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetFromFont ( _ Font As Font _ ) |
| Visual C++ |
|---|
public: void SetFromFont( Font^ Font ) |
Parameters
- Font
- Type: System.Drawing..::.Font
[Missing <param name="Font"/> documentation for "M:OfficeOpenXml.Style.ExcelFont.SetFromFont(System.Drawing.Font)"]
