Spread Silverlight Documentation
Footer Property (Margins)


GrapeCity.Windows.SpreadSheet.Data Namespace > Margins Class : Footer Property
Gets or sets the footer offset, in hundredths of an inch.
Syntax
'Declaration
 
Public Property Footer As System.Integer
'Usage
 
Dim instance As Margins
Dim value As System.Integer
 
instance.Footer = value
 
value = instance.Footer
public System.int Footer {get; set;}

Property Value

The footer offset.
See Also

Reference

Margins Class
Margins Members