SignatureLines.Item Property
Gets a reference to the specified SignatureLineObject object from the SignatureLinesCollection
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.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.ObjectThe 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.SemiTrust.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.