Previous Document Next Document

Object Model Reference : Classes : T : TableShape : Methods : TableShape.ConvertToText


TableShape.ConvertToText

Function ConvertToText([ColumnSeparator As Variant], [RowSeparator As Variant], [TextBeforeCell As String = ""], [TextAfterCell As String = ""], [AddTextOnlyIfDelimitersPresent As Boolean = True], [OmitPlacedShapes As Boolean = False], [DeleteTable As Boolean = True]) As IVGShapeRange

Description

Member of TableShape

The ConvertToText method converts a table to text.

Parameter
Description
ColumnSeparator
Specifies how to mark columns in the outputted text. This parameter is optional.
RowSeparator
Specifies how to mark rows in the outputted text. This parameter is optional.
TextBeforeCell
Specifies a string to appear before the contents of each original cell in the outputted text. This parameter is optional.
TextAfterCell
Specifies a string to appear after the contents of each original cell in the outputted text. This parameter is optional.
AddTextOnlyIfDelimitersPresent
Specifies whether to add specified strings to the outputted text only if delimiters are present. This parameter is optional, and its default value is True.
OmitPlacedShapes
Specifies whether to omit any shapes in the original table. This parameter is optional, and its default value is False.
DeleteTable
Specifies whether to delete the original table. This parameter is optional, and its default value is True.

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.