Activesheet property

This property returns or sets the current active sheet in the spreadsheet.

Defined in

Spreadsheet

Data type

Sheet

Syntax

public Sheet getActiveSheet()
public void setActiveSheet(Sheet sheet)

See examples

Example: Activesheet property