Search
DrawColumnEventArgs.Graphics Property
See Also
 






Gets the Graphics instance that can be used to perform custom drawing.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Graphics Graphics { get; }

Visual Basic  Copy Code

Public ReadOnly Property Graphics As Graphics

 Property Value

An instance of the Graphics class.

 See Also