Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IDocumentPropertyCollection Interface / IndexOf Method
The case-insensitive name of the property.
In This Topic
    IndexOf Method (IDocumentPropertyCollection)
    In This Topic
    Gets the index of a property by name.
    Syntax
    System.int IndexOf( 
       System.string name
    )

    Parameters

    name
    The case-insensitive name of the property.

    Return Value

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