Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / HeaderFooter Class / cchFooterEven Property


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

    Property Value

    The CCH footer even.
    See Also