Share via


SignatureLines.Item property

Gets a reference to the specified SignatureLineObject object from the SignatureLinesCollection

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    varIndex As Object _
) As SignatureLineObject
    Get
'Usage
Dim instance As SignatureLines
Dim varIndex As Object
Dim value As SignatureLineObject

value = instance(varIndex)
SignatureLineObject this[
    Object varIndex
] { get; }

Parameters

  • varIndex
    Type: System.Object

    The zero-based index for the SignatureLineObject object to return. The value specified must be a number from 0 to the value of the collection's Count property minus 1.

Property value

Type: Microsoft.Office.Interop.InfoPath.SignatureLineObject
An object that represents a Signature Line control in the collection.

Remarks

The order of the SignatureLine objects in the collection corresponds to the value of the Tab index property assigned to each control when you add it to the view.

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See also

Reference

SignatureLines interface

SignatureLines members

Microsoft.Office.Interop.InfoPath namespace