Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISignatureSet Interface / get Method
The index of the signature.
In This Topic
    get Method
    In This Topic
    Gets the signature at the specified index in the signature set.
    Syntax
    ISignature get( 
       int index
    )

    Parameters

    index
    The index of the signature.

    Return Value

    The signature at the specified index.
    See Also