Cells.ImportArray
Contents
[
Hide
]ImportArray(string[], int, int)
public void ImportArray(string[] stringArray, int firstRow, int firstColumn)
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
ImportArray(string[], int, int, bool)
Imports an array of string into a worksheet.
public void ImportArray(string[] stringArray, int firstRow, int firstColumn, bool isVertical)
Parameter | Type | Description |
---|---|---|
stringArray | String[] | String array. |
firstRow | Int32 | The row number of the first cell to import in. |
firstColumn | Int32 | The column number of the first cell to import in. |
isVertical | Boolean | Specifies to import data vertically or horizontally. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
ImportArray(int[], int, int)
public void ImportArray(int[] intArray, int firstRow, int firstColumn)
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
ImportArray(int[], int, int, bool)
Imports an array of integer into a worksheet.
public void ImportArray(int[] intArray, int firstRow, int firstColumn, bool isVertical)
Parameter | Type | Description |
---|---|---|
intArray | Int32[] | Integer array. |
firstRow | Int32 | The row number of the first cell to import in. |
firstColumn | Int32 | The column number of the first cell to import in. |
isVertical | Boolean | Specifies to import data vertically or horizontally. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
ImportArray(double[], int, int)
public void ImportArray(double[] doubleArray, int firstRow, int firstColumn)
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
ImportArray(double[], int, int, bool)
Imports an array of double into a worksheet.
public void ImportArray(double[] doubleArray, int firstRow, int firstColumn, bool isVertical)
Parameter | Type | Description |
---|---|---|
doubleArray | Double[] | Double array. |
firstRow | Int32 | The row number of the first cell to import in. |
firstColumn | Int32 | The column number of the first cell to import in. |
isVertical | Boolean | Specifies to import data vertically or horizontally. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells