Returns a new or existing instance of the CellStyle class with the given parameters.

Namespace:  PerpetuumSoft.Reporting.Export.ExcelXml
Assembly:  PerpetuumSoft.Reporting.Export.ExcelXml (in PerpetuumSoft.Reporting.Export.ExcelXml.dll) Version: 3.9.0.1

Syntax

C#
public CellStyle CreateCellStyle(
	FontDescriptor font,
	ContentAlignment textAlign,
	Border border,
	int angle,
	Color fillColor,
	Color textColor
)
Visual Basic (Declaration)
Public Function CreateCellStyle ( _
	font As FontDescriptor, _
	textAlign As ContentAlignment, _
	border As Border, _
	angle As Integer, _
	fillColor As Color, _
	textColor As Color _
) As CellStyle
Visual C++
public:
CellStyle^ CreateCellStyle(
	FontDescriptor^ font, 
	ContentAlignment textAlign, 
	Border^ border, 
	int angle, 
	Color fillColor, 
	Color textColor
)

See Also