Insert

Insert(int, SheetType)

Insertar una hoja de trabajo.

public Worksheet Insert(int index, SheetType sheetType)
ParámetroEscribeDescripción
indexInt32El índice de la hoja
sheetTypeSheetTypeEl tipo de hoja.

Valor_devuelto

Devuelve una hoja de cálculo insertada.

Ver también


Insert(int, SheetType, string)

Insertar una hoja de trabajo.

public Worksheet Insert(int index, SheetType sheetType, string sheetName)
ParámetroEscribeDescripción
indexInt32El índice de la hoja
sheetTypeSheetTypeEl tipo de hoja.
sheetNameStringEl nombre de la hoja.

Valor_devuelto

Devuelve una hoja de cálculo insertada.

Ver también