Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldPaintEventArgs Class / Field Property


In This Topic
Field Property (FieldPaintEventArgs)
In This Topic
Gets the field which triggers the FieldPaint event.
Syntax
'Declaration
 
Public ReadOnly Property Field As Field
 
'Usage
 
Dim instance As FieldPaintEventArgs
Dim value As Field
 
value = instance.Field

Property Value

A Field object that indicates the field which triggers the FieldPaint event.
See Also