Write87_CT_HeaderFooter Method
In This Topic
Syntax
'Declaration
Public Sub Write87_CT_HeaderFooter( _
ByVal As String, _
ByVal As String, _
ByVal As CT_HeaderFooter, _
ByVal As Boolean, _
ByVal 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 ,
string ,
CT_HeaderFooter ,
bool ,
bool
)
Parameters
- n
- ns
- o
- isNullable
- needType
See Also