Properties.Get
This property returns the name and value of a property when passed the index.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub Properties.Get( _
Index As Integer, _
ByRef Name As String, _
ByRef Value As Variant)
|
Type: Integer
Type: String
Type: Variant |
This function does not return a value. |