Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / HeaderFooter Class / cchHeaderFirst Property


In This Topic
    cchHeaderFirst Property
    In This Topic
    Gets or sets the CCH header first.
    Syntax
    'Declaration
     
    
    Public Property cchHeaderFirst As Short
    'Usage
     
    
    Dim instance As HeaderFooter
    Dim value As Short
     
    instance.cchHeaderFirst = value
     
    value = instance.cchHeaderFirst
    public short cchHeaderFirst {get; set;}

    Property Value

    The CCH header first.
    See Also