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


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

    Property Value

    true if [f HF scale with doc]; otherwise, false.
    See Also