TextLineCollectionItem Property
Gets the line at the specified index.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public TextLine this[
int nIndex
] { get; }
public:
property TextLine^ default[int nIndex] {
TextLine^ get (int nIndex);
}
- nIndex Int32
- The zero-based index of the line to return.
TextLineThe
TextLine at the specified index.