Class FontSizeInfo
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class FontSizeInfo
- Inheritance
-
FontSizeInfo
- Inherited Members
- Extension Methods
Constructors
FontSizeInfo(float, float)
public FontSizeInfo(float height, float width)
Parameters
Properties
Height
public float Height { get; set; }
Property Value
Width
public float Width { get; set; }