Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / Extension Structure / AddAttribute Method


In This Topic
    AddAttribute Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AddAttribute( _
       ByVal name As String, _
       ByVal value As String _
    ) 
    'Usage
     
    
    Dim instance As Extension
    Dim name As String
    Dim value As String
     
    instance.AddAttribute(name, value)
    public void AddAttribute( 
       string name,
       string value
    )

    Parameters

    name
    value
    See Also