Encapsulates a collection of IText
Properties
this[int]
Gets the IText
[C#] In C#, this property is the indexer for the ITextSnapshotLineCollection
class.
Parameter | Type | Description |
---|---|---|
index | int | The index of the IText |
Property Value
- IText
Snapshot :Line The IText
Snapshot at the specified index.Line
See Also
Methods
GetLineTextRange(int)
Returns the Text
IndexOf(int)
Finds the index of the IText
Parameter | Type | Description |
---|---|---|
offset | int | The offset to look for. |
Returns
- int:
The index of the IText
Snapshot that contains the specified offset.Line