CreateNamedStyle Method (String, ExcelStyle)

Office Open XML

[Missing <summary> documentation for "M:OfficeOpenXml.ExcelStyles.CreateNamedStyle(System.String,OfficeOpenXml.Style.ExcelStyle)"]

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelNamedStyleXml CreateNamedStyle(
	string name,
	ExcelStyle Template
)
Visual Basic (Declaration)
Public Function CreateNamedStyle ( _
	name As String, _
	Template As ExcelStyle _
) As ExcelNamedStyleXml
Visual C++
public:
ExcelNamedStyleXml^ CreateNamedStyle(
	String^ name, 
	ExcelStyle^ Template
)

Parameters

name
Type: System..::.String

[Missing <param name="name"/> documentation for "M:OfficeOpenXml.ExcelStyles.CreateNamedStyle(System.String,OfficeOpenXml.Style.ExcelStyle)"]

Template
Type: OfficeOpenXml.Style..::.ExcelStyle

[Missing <param name="Template"/> documentation for "M:OfficeOpenXml.ExcelStyles.CreateNamedStyle(System.String,OfficeOpenXml.Style.ExcelStyle)"]

Return Value

[Missing <returns> documentation for "M:OfficeOpenXml.ExcelStyles.CreateNamedStyle(System.String,OfficeOpenXml.Style.ExcelStyle)"]

See Also