Spread Windows Forms 12.0 Product Documentation
RightFooter Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : RightFooter Property
Gets or sets the distance (in points) between the right edge of the page and the right boundary of the footer.
Syntax
'Declaration
 
Public Property RightFooter As Double
'Usage
 
Dim instance As PageSetup
Dim value As Double
 
instance.RightFooter = value
 
value = instance.RightFooter
public double RightFooter {get; set;}

Property Value

A double value represents the distance (in points) between the right edge of the page and the right boundary of the footer.
Remarks
Margins are set or returned in points. Use the GrapeCity.Spreadsheet.IO.OpenXml.UnitConverter.InchesToPoints method or the GrapeCity.Spreadsheet.IO.OpenXml.UnitConverter.CentimetersToPoints method to convert measurements from inches or centimeters.
See Also

Reference

PageSetup Class
PageSetup Members