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


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

    Parameters

    n
    ns
    o
    isNullable
    needType
    See Also