Overridden. See DrawTextCell(Graphics, Rectangle, CellStyle, CellBorder, String).

Namespace:  PerpetuumSoft.Olap.Windows.Forms
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public override void DrawTextCell(
	Graphics graphics,
	Rectangle bounds,
	CellStyle cellStyle,
	CellBorder border,
	string text
)
Visual Basic (Declaration)
Public Overrides Sub DrawTextCell ( _
	graphics As Graphics, _
	bounds As Rectangle, _
	cellStyle As CellStyle, _
	border As CellBorder, _
	text As String _
)
Visual C++
public:
virtual void DrawTextCell(
	Graphics^ graphics, 
	Rectangle bounds, 
	CellStyle^ cellStyle, 
	CellBorder^ border, 
	String^ text
) override

See Also