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


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

    Property Value

    The CCH footer first.
    See Also