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


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

    Property Value

    The STR header first.
    See Also