BalloonLabels.Item Property
Returns a BalloonLabel object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As Object
Get
'Usage
Dim instance As BalloonLabels
Dim Index As Integer
Dim value As Object
value = instance(Index)
Object this[
int Index
] { get; }
Parameters
Index
Type: System.Int32Required Integer. The index number of the check box or label to be returned.
Property Value
Type: System.Object