Creates new instance of the CellStyle class.

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(
	FontDescriptor font,
	ContentAlignment textAlign,
	Border border,
	int angle,
	Color fillColor,
	Color textColor
)
Visual Basic (Declaration)
Public Sub New ( _
	font As FontDescriptor, _
	textAlign As ContentAlignment, _
	border As Border, _
	angle As Integer, _
	fillColor As Color, _
	textColor As Color _
)
Visual C++
public:
CellStyle(
	FontDescriptor^ font, 
	ContentAlignment textAlign, 
	Border^ border, 
	int angle, 
	Color fillColor, 
	Color textColor
)

See Also