Find resource by its index.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public Resource FindByIndex( int index ) |
Visual Basic (Declaration) |
---|
Public Function FindByIndex ( _ index As Integer _ ) As Resource |
Visual C++ |
---|
public: Resource^ FindByIndex( int index ) |
Parameters
- index
- Type: System..::.Int32