Class StreamEditControl.SavedViewInfo.TextRangeInfo
Defines a structure that provides information for storing two text range offsets.
Inheritance
System.Object
StreamEditControl.SavedViewInfo.TextRangeInfo
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class TextRangeInfo : ValueType
Fields
EndOffset
End offset.
Declaration
public long EndOffset
Field Value
| Type |
|---|
| System.Int64 |
StartOffset
Start offset.
Declaration
public long StartOffset
Field Value
| Type |
|---|
| System.Int64 |