Limitations
Read only.
Gets the subtextpart with the specified number from the collection. The number must be between 1 and Count. In C# this property is the indexer for the Sub
public SubTextPart this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As SubTextPart
Parameter | Description |
---|---|
number | Specifies a subtextpart number. The first subtextpart has the number 1. |
Read only.