| Name | Type | Description |
|---|---|---|
| FileName |
String
|
|
| StartIndex |
Long
|
|
| IndexingType | Specifies the type of text to be indexed in the StartIndex parameter, and returns a value of cdrTextIndexingType. The indexing type can be character, word, or paragraph. |
Sub Test() ActiveShape.Text.ExportToFile "C:\Temp.txt", 2, 4, cdrParagraphIndexing ActiveShape.Text.ImportFromFile "C:\Temp.txt", 1, cdrParagraphIndexing End Sub