[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.UsageApplicationList.IndexByCategory

IndexByCategory Method

IndexByCategory(params string[])

Finds the index of a UsageApplication object corresponding to a Category.

Declaration
public int IndexByCategory(params string[] category)
Public Function IndexByCategory(ParamArray category As String()) As Integer
Parameters
Type Name Description
string[] category

The categories to test.

Returns
Type Description
int

The index of the found object, or -1.