Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / MarginInfo Class / Footer Property


In This Topic
    Footer Property (MarginInfo)
    In This Topic
    Gets or sets the footer.
    Syntax
    'Declaration
     
    
    Public Property Footer As Integer
    'Usage
     
    
    Dim instance As MarginInfo
    Dim value As Integer
     
    instance.Footer = value
     
    value = instance.Footer
    public int Footer {get; set;}

    Property Value

    The footer.
    See Also