Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / numHdr Property


In This Topic
    numHdr Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property numHdr As Double
    'Usage
     
    
    Dim instance As Setup
    Dim value As Double
     
    instance.numHdr = value
     
    value = instance.numHdr
    public double numHdr {get; set;}
    See Also