_Application.DefaultTableSeparator Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie ou définit le caractère donné servant à scinder le texte en cellules lors de la conversion d'un texte en tableau.
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
Valeur de propriété
Remarques
La valeur de la propriété DefaultTableSeparator est utilisée si l’argument Separator
est omis de la ConvertToTable(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) méthode .