Retrieves sub path.
Namespace:
PerpetuumSoft.Reporting.DataAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public static string[] SubPath( string[] path, int startIndex, int count ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function SubPath ( _ path As String(), _ startIndex As Integer, _ count As Integer _ ) As String() |
| Visual C++ |
|---|
public: static array<String^>^ SubPath( array<String^>^ path, int startIndex, int count ) |
Parameters
- path
- Type: array<
System..::.String
>[]()[]
- startIndex
- Type: System..::.Int32
- count
- Type: System..::.Int32