Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Margins Class / Footer Property


In This Topic
    Footer Property (Margins)
    In This Topic
    Gets or sets the footer offset, in hundredths of an inch.
    Syntax
    'Declaration
     
    Public Property Footer As Integer
    'Usage
     
    Dim instance As Margins
    Dim value As Integer
     
    instance.Footer = value
     
    value = instance.Footer
    public int Footer {get; set;}

    Property Value

    The footer offset.
    See Also