Spread Windows Forms 12.0 Product Documentation
GetAttribute Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > Extension Structure : GetAttribute Method
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

Reference

Extension Structure
Extension Members