Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / HeaderFooter Class / strFooterEven Property


In This Topic
    strFooterEven Property
    In This Topic
    Gets or sets the STR footer even.
    Syntax
    'Declaration
     
    
    Public Property strFooterEven As XLUnicodeString
    'Usage
     
    
    Dim instance As HeaderFooter
    Dim value As XLUnicodeString
     
    instance.strFooterEven = value
     
    value = instance.strFooterEven
    public XLUnicodeString strFooterEven {get; set;}

    Property Value

    The STR footer even.
    See Also