The following tables list the members exposed by Selection.
Public Properties
| Name | Description |
 | Enabled | Returns true when cells are selected. Can be set programatically to enable a selection after Start and End are set. |
 | End |
Gets or sets the ending cell of the characters currently selected.
|
 | Mode |
Gets or sets the selection mode used.
|
 | Start |
Gets or sets the starting cell of the characters currently selected.
|
 | Text |
Gets the currently selected text.
|
Top
Public Methods
| Name | Description |
 | Print |
Sends a copy of the currently selected text to the printer.
|
Top
See Also