Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Footer Class / FooterString Property


In This Topic
    FooterString Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property FooterString As String
    'Usage
     
    
    Dim instance As Footer
    Dim value As String
     
    instance.FooterString = value
     
    value = instance.FooterString
    public string FooterString {get; set;}
    See Also