Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / RightHeaderPicture Property


In This Topic
RightHeaderPicture Property
In This Topic
Gets or set a Graphic object that represents the picture for the right section of the header. Used to set attributes about the picture.
Syntax
'Declaration
 
ReadOnly Property RightHeaderPicture As IGraphic
 
'Usage
 
Dim instance As IPageSetup
Dim value As IGraphic
 
value = instance.RightHeaderPicture
See Also