[]
The default constructor for the Workbook class.
public Workbook(Func<string, StringMeasurementParams, SizeF> measureString = null)
Type | Name | Description |
---|---|---|
Func<string, StringMeasurementParams, SizeF> | measureString | Function to measure string in case of auto-height row behavior. Parameters: string, measurement parameters, result size. |