Gets or sets a single matrix element.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Matrix
Dim row As Integer
Dim col As Integer
Dim value As Double
instance.Item(row, col) = value
value = instance.Item(row, col) |
Parameters
- row
- Specifies the row of the matrix element to get or to set.
- col
- Specifies the column of the matrix element to get or to set.
Property Value
A
double value.
Exceptions
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also