Drawings.ActiveSheet Property

Gets or sets the active sheet.
Public Property ActiveSheet() As Sheet
This language is not supported or no code example is available.
public Sheet ActiveSheet {get; set;}
This language is not supported or no code example is available.

Property Value

Sheet
Exception type Condition

EyeshotException

Thrown when an element with the specified name does not exist in the collection or the name is null.

Remarks
 

When a Sheet is set as active, its entities are shared with the Drawings one.

Since the drawings collection is modified, this method can't be called inside a loop.

.NET Framework

Supported in: 4.8

In this article

Definition