Insert
Contenido
[
Ocultar
]Insert(int, SheetType)
Insertar una hoja de trabajo.
public Worksheet Insert(int index, SheetType sheetType)
Parámetro | Escribe | Descripción |
---|---|---|
index | Int32 | El índice de la hoja |
sheetType | SheetType | El tipo de hoja. |
Valor_devuelto
Devuelve una hoja de cálculo insertada.
Ver también
- class Worksheet
- enum SheetType
- class WorksheetCollection
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
Insert(int, SheetType, string)
Insertar una hoja de trabajo.
public Worksheet Insert(int index, SheetType sheetType, string sheetName)
Parámetro | Escribe | Descripción |
---|---|---|
index | Int32 | El índice de la hoja |
sheetType | SheetType | El tipo de hoja. |
sheetName | String | El nombre de la hoja. |
Valor_devuelto
Devuelve una hoja de cálculo insertada.
Ver también
- class Worksheet
- enum SheetType
- class WorksheetCollection
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells