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


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

    Property Value

    The STR footer first.
    See Also