SheetKeyedCollection.Add Method

Adds a new sheet definition.
Public Function Add( _ 
ByVal units As linearUnitsType, _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal name As String
) As Sheet
This language is not supported or no code example is available.
public Sheet Add( 
linearUnitsType units
double width
double height
string name 
)
This language is not supported or no code example is available.

Parameters

units
linearUnitsType

The measurement system type for the sheet.

width
double

The sheet width.

height
double

The sheet height.

name
string

The name of the sheet.

Return Value

Sheet

The new sheet.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition