Spread Windows Forms 15.0
FarPoint.Excel Assembly / Microsoft.Xml.Serialization.GeneratedAssembly Namespace / XmlSerializationWriterCT_Worksheet Class / Write87_CT_HeaderFooter Method


In This Topic
    Write87_CT_HeaderFooter Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Write87_CT_HeaderFooter( _
       ByVal n As String, _
       ByVal ns As String, _
       ByVal o As CT_HeaderFooter, _
       ByVal isNullable As Boolean, _
       ByVal needType As Boolean _
    ) 
    'Usage
     
    
    Dim instance As XmlSerializationWriterCT_Worksheet
    Dim n As String
    Dim ns As String
    Dim o As CT_HeaderFooter
    Dim isNullable As Boolean
    Dim needType As Boolean
     
    instance.Write87_CT_HeaderFooter(n, ns, o, isNullable, needType)
    public void Write87_CT_HeaderFooter( 
       string n,
       string ns,
       CT_HeaderFooter o,
       bool isNullable,
       bool needType
    )

    Parameters

    n
    ns
    o
    isNullable
    needType
    See Also