_Application.DefaultTableSeparator Property

Definition

Returns or sets the single character used to separate text into cells when text is converted to a table.

public:
 property System::String ^ DefaultTableSeparator { System::String ^ get(); void set(System::String ^ value); };
public string DefaultTableSeparator { get; set; }
member this.DefaultTableSeparator : string with get, set
Public Property DefaultTableSeparator As String

Property Value

Remarks

The value of the DefaultTableSeparator property is used if the Separator argument is omitted from the ConvertToTable(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method.

Applies to