Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

ITextSelection Interface

This interface represents a selected range in a text file. Both first and last are inclusive.

Declaration

interface ITextSelection {
    // Properties
    ${first}: ${ITextPosition};
    ${last}: ${ITextPosition};
}
// This interface is not available in managed environment
// This interface is not available in native environment

ITextSelection Properties

first

first: ${ITextPosition};
// This property is not available in managed environment
// This property is not available in native environment

Selection start position.

last

last: ${ITextPosition};
// This property is not available in managed environment
// This property is not available in native environment

Selection end position.