Text(RunObj, Int32()) Constructor

Construct the instance
Public Sub New( _ 
ByVal parent As RunObj, _ 
ByVal arrayIndexes As Integer() _ 
)
This language is not supported or no code example is available.
public Text( 
RunObj parent
int[] arrayIndexes 
)
This language is not supported or no code example is available.

Parameters

parent
RunObj

Reference to parent

arrayIndexes
int[]

Array indexes

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition