Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / Images Property


In This Topic
Images Property (ColumnHeaderRenderer)
In This Topic
Gets or sets user override images for the headers. Use the SpreadView static image constants for the array indexes.
Syntax
'Declaration
 
Public Property Images As Image()
 
'Usage
 
Dim instance As ColumnHeaderRenderer
Dim value() As Image
 
instance.Images = value
 
value = instance.Images
See Also