BalloonCheckboxes.Item Property

Returns a BalloonCheckbox 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 BalloonCheckboxes
Dim Index As Integer
Dim value As Object

value = instance(Index)
Object this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32

    Required Item. The index number of the check box or label to be returned.

Property Value

Type: System.Object

See Also

Reference

BalloonCheckboxes Interface

BalloonCheckboxes Members

Microsoft.Office.Core Namespace