ImportArray

ImportArray(string[], int, int)

public void ImportArray(string[] stringArray, int firstRow, int firstColumn)

Voir également


ImportArray(string[], int, int, bool)

Importe un tableau de chaînes dans une feuille de calcul.

public void ImportArray(string[] stringArray, int firstRow, int firstColumn, bool isVertical)
ParamètreTaperLa description
stringArrayString[]Tableau de chaînes.
firstRowInt32Le numéro de ligne de la première cellule à importer.
firstColumnInt32Le numéro de colonne de la première cellule à importer.
isVerticalBooleanSpécifie d’importer des données verticalement ou horizontalement.

Voir également


ImportArray(int[], int, int)

public void ImportArray(int[] intArray, int firstRow, int firstColumn)

Voir également


ImportArray(int[], int, int, bool)

Importe un tableau d’entiers dans une feuille de calcul.

public void ImportArray(int[] intArray, int firstRow, int firstColumn, bool isVertical)
ParamètreTaperLa description
intArrayInt32[]Tableau d’entiers.
firstRowInt32Le numéro de ligne de la première cellule à importer.
firstColumnInt32Le numéro de colonne de la première cellule à importer.
isVerticalBooleanSpécifie d’importer des données verticalement ou horizontalement.

Voir également


ImportArray(double[], int, int)

public void ImportArray(double[] doubleArray, int firstRow, int firstColumn)

Voir également


ImportArray(double[], int, int, bool)

Importe un tableau de doubles dans une feuille de calcul.

public void ImportArray(double[] doubleArray, int firstRow, int firstColumn, bool isVertical)
ParamètreTaperLa description
doubleArrayDouble[]Double tableau.
firstRowInt32Le numéro de ligne de la première cellule à importer.
firstColumnInt32Le numéro de colonne de la première cellule à importer.
isVerticalBooleanSpécifie d’importer des données verticalement ou horizontalement.

Voir également