Document Object¶
Properties¶
Retrieves the active string. | |
Retrieves the number of bookmarks in the document. | |
Sets or retrieves a flag indicating whether the selection mode is cell selection mode. | |
Retrieves the Config Object. | |
Retrieves or sets the current configuration name. | |
Retrieves the Csv Object. | |
Retrieves or sets the current encoding of the opened file. | |
Retrieves or sets the Filters Collection. | |
Retrieves or sets the current font category. | |
Retrieves the complete path and file name of the document. | |
Retrieves or sets the number of lines for headings (non-scrollable area). | |
Sets or retrieves a flag indicating whether the Hide Quotes Temporarily mode is enabled in the CSV cell selection mode. | |
Determines whether to highlight the searched strings. | |
Determines whether to highlight tags. | |
Retrieves or sets the memory size used. | |
Retrieves the file name of the document without its path, or renames the file name of the document. If the document is untitled, renames the document title without saving the file. | |
Retrieves or sets the top position (y-axis) of the narrowing (editable area). | |
Retrieves or sets the bottom position (y-axis) of the narrowing (editable area). | |
Retrieves the current newline character code of the document. | |
Retrieves only the path of the current document. | |
Sets the Read-Only status of the document. | |
Retrieves or sets the flag indicating whether the document has been modified since last being saved or opened. | |
Retrieves the Selection Object. | |
Retrieves or sets the title of the document. | |
Retrieves or sets the flag indicating whether EmEditor should add the Unicode signature (BOM) next time it saves the document. | |
Retrieves a flag indicating whether the document is untitled. |
Methods¶
Activates the document. | |
Performs the AutoFill or Flash Fill action on the CSV document. | |
Closes the document. | |
Combines specified columns in a CSV mode. | |
Combines vertical adjacent duplicate cells of the CSV document. | |
Converts the CSV format. | |
Deletes specified columns in a CSV mode. | |
Copies the complete path and file name of the document to the Clipboard. | |
Copies only the path of the document to the Clipboard. | |
Deletes duplicate lines, or sets bookmarks on duplicate lines. | |
Extracts the specified columns of the CSV document. | |
Filters the document with the specified string and settings. | |
Retrieves the text on the specified cell in a CSV mode. | |
Retrieves a column of text in CSV mode. | |
Retrieves the number of columns in a CSV mode. | |
Retrieves the text on the specified line. | |
Retrieves the number of the lines in the document. | |
Inserts a column of text in CSV mode. | |
Converts the logical coordinates of a specified position to the one-based serial position. | |
Converts the logical coordinates of a specified position to the display coordinates, and retrieves the position in the Point object. | |
Moves or copies specified columns in a CSV mode. | |
Inserts numbering at the cursor position or vertical selection. | |
Creates a pivot table in the CSV document. | |
Rearranges CSV columns. | |
Redo the last action undone with the | |
Saves the document. | |
Converts a serial position to the logical coordinates, and retrieves the position in the Point object. | |
Sets the text on the specified cell in a CSV mode. | |
Sets a column of text in a CSV mode. | |
Sorts the document. | |
Splits columns by a specified separator and put them into right columns or lines beneath in a CSV mode. | |
Undo the last action. | |
Converts columns into rows by flattening the CSV data. | |
Validates the CSV document and output errors, and optionally adjusts separator positions. | |
Convert the display coordinates of a specified position to the logical coordinates, and retrieves the position in the Point object. | |
Inserts or overwrites a string at the current cursor position. | |
Inserts or overwrites a string and a newline character at the current cursor position. |
Version¶
Supported on EmEditor Professional Version 4.00 or later.