Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IDocumentPropertyCollection Interface / indexOf Method
The case-insensitive name of the property.
In This Topic
    indexOf Method
    In This Topic
    Gets the index of a property by name.
    Syntax
    int indexOf( 
       java.lang.String name
    )

    Parameters

    name
    The case-insensitive name of the property.

    Return Value

    The zero based index. Negative value if not found.
    See Also