GradientStops.Item Property
Gets a GradientStop object from a GradientStops collection. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As GradientStop
Get
'Usage
Dim instance As GradientStops
Dim Index As Integer
Dim value As GradientStop
value = instance(Index)
GradientStop this[
int Index
] { get; }
Parameters
Index
Type: System.Int32The name or index number of the object returned.
Property Value
Type: Microsoft.Office.Core.GradientStop
GradientStop