C1.Excel Assembly / C1.Util Namespace / XLSheetRendering Class / Layout Method
The width area in points.
The height area in points.

In This Topic
Layout Method
In This Topic
Create or update this HtmlElement with the provided info.
Syntax
'Declaration
 
Public Sub Layout( _
   ByVal width As System.Single, _
   ByVal height As System.Single _
) 
 

Parameters

width
The width area in points.
height
The height area in points.
See Also