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

Parameters

index
attrName
attrValue
See Also