Sheet(linearUnitsType, Double, Double, String) Constructor

Standard constructor.
Public Sub New( _ 
ByVal units As linearUnitsType, _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal name As String
)
This language is not supported or no code example is available.
public Sheet( 
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.

.NET Framework

Supported in: 4.8

In this article

Definition