'Declaration Public Overloads Function IndexOf( _ ByVal excelStyle As ExcelStyle _ ) As Integer
'Usage Dim instance As CustomStyleList Dim excelStyle As ExcelStyle Dim value As Integer value = instance.IndexOf(excelStyle)
public int IndexOf( ExcelStyle excelStyle )
Parameters
- excelStyle
- The ExcelStyle to locate.
Return Value
The zero-based index of the first occurrence of excelStyle within the entire collection, if found; otherwise, returns -1.