_Application.DefaultTableSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.