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


In This Topic
    Write86_CT_PageSetup Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Write86_CT_PageSetup( _
       ByVal n As String, _
       ByVal ns As String, _
       ByVal o As CT_PageSetup, _
       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_PageSetup
    Dim isNullable As Boolean
    Dim needType As Boolean
     
    instance.Write86_CT_PageSetup(n, ns, o, isNullable, needType)
    public void Write86_CT_PageSetup( 
       string n,
       string ns,
       CT_PageSetup o,
       bool isNullable,
       bool needType
    )

    Parameters

    n
    ns
    o
    isNullable
    needType
    See Also