Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / Extension Structure / GetAttribute Method


In This Topic
    GetAttribute Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub GetAttribute( _
       ByVal index As Integer, _
       ByRef attrName As String, _
       ByRef attrValue As String _
    ) 
    'Usage
     
    
    Dim instance As Extension
    Dim index As Integer
    Dim attrName As String
    Dim attrValue As String
     
    instance.GetAttribute(index, attrName, attrValue)
    public void GetAttribute( 
       int index,
       out string attrName,
       out string attrValue
    )

    Parameters

    index
    attrName
    attrValue
    See Also