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


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

    Parameters

    n
    ns
    o
    isNullable
    needType
    See Also