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


In This Topic
    fHFDiffFirst Property
    In This Topic
    Gets or sets a value indicating whether [f HF diff first].
    Syntax
    'Declaration
     
    
    Public Property fHFDiffFirst As Boolean
    'Usage
     
    
    Dim instance As HeaderFooter
    Dim value As Boolean
     
    instance.fHFDiffFirst = value
     
    value = instance.fHFDiffFirst
    public bool fHFDiffFirst {get; set;}

    Property Value

    true if [f HF diff first]; otherwise, false.
    See Also