[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.Workbook.-ctor

Workbook Constructor

Workbook(Func<string, StringMeasurementParams, SizeF>)

The default constructor for the Workbook class.

Declaration
public Workbook(Func<string, StringMeasurementParams, SizeF> measureString = null)
Parameters
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.