Click or drag to resize

ExcelCultureManagerGenerateStyles Method

Add the culture-specific Excel style blocks to the specified string.

Namespace:  NetQuarry.Data.Export
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GenerateStyles(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context used to determine user culture preferences.

Return Value

Type: String
The added styles string.
See Also