Spread WinForms 15
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)

Parameters

n
ns
o
isNullable
needType
See Also