Workbook.GetNamedStyle

Workbook.GetNamedStyle method

Gets the named style in the style pool.

public Style GetNamedStyle(string name)
ParameterTypeDescription
nameStringname of the style

Return Value

named style, maybe null.

See Also