dbicCalendar Send comments on this topic.
IndexOf(dbiCustomArea) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiCustomAreaCollection Class : IndexOf(dbiCustomArea) Method

obj
A dbiCustomArea object to locate in the collection.
Returns the index of a specified time bar style within the collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal obj As dbiCustomArea _
) As Integer
C# 
public int IndexOf( 
   dbiCustomArea obj
)

Parameters

obj
A dbiCustomArea object to locate in the collection.

Return Value

An Integer value representing the index of a specific item in the collection.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also