Adjustments.Item Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Default Property Item ( _
Index As Integer _
) As Single
Get
Set
'Usage
Dim instance As Adjustments
Dim Index As Integer
Dim value As Single
value = instance(Index)
instance(Index) = value
float this[
int Index
] { get; set; }
Parameters
- Index
Type: System.Int32
Property Value
Type: System.Single