Table of Contents

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

height float
width float

Properties

Height

public float Height { get; set; }

Property Value

float

Width

public float Width { get; set; }

Property Value

float