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
)
Public Function GenerateStyles (
cxt As IAppContext
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context used to determine user culture preferences.
Return Value
Type:
StringThe added styles string.
See Also