Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FeatHdr Class / cbHdrData Property


In This Topic
    cbHdrData Property
    In This Topic
    Gets or sets the cb HDR data.
    Syntax
    'Declaration
     
    
    Public Property cbHdrData As UInteger
    'Usage
     
    
    Dim instance As FeatHdr
    Dim value As UInteger
     
    instance.cbHdrData = value
     
    value = instance.cbHdrData
    public uint cbHdrData {get; set;}

    Property Value

    The cb HDR data.
    See Also