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


In This Topic
    FHFDiffOddEvenField Property
    In This Topic
    Gets or sets a value indicating whether [FHF diff odd even field].
    Syntax
    'Declaration
     
    
    Public Property FHFDiffOddEvenField As Boolean
    'Usage
     
    
    Dim instance As HeaderFooter
    Dim value As Boolean
     
    instance.FHFDiffOddEvenField = value
     
    value = instance.FHFDiffOddEvenField
    public bool FHFDiffOddEvenField {get; set;}

    Property Value

    true if [FHF diff odd even field]; otherwise, false.
    See Also