Partager via


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

Property Value

Type: System.Single

See Also

Reference

Adjustments Interface

Adjustments Members

Microsoft.Office.Core Namespace