VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / WorksheetFormat Class / WorksheetFormat Constructors / WorksheetFormat Constructor(Double,Double,Boolean,Boolean)
Syntax Requirements SeeAlso
In This Topic
WorksheetFormat Constructor(Double,Double,Boolean,Boolean)
In This Topic
Initializes a new instance of the WorksheetFormat class.
Syntax
'Declaration

Public Function New( _
ByVal columnWidth
Width of the column.
As Double, _
ByVal rowHeight
Height of the row.
As Double, _
ByVal autoHeight
A value indicating whether row height is calculated automatically.
As Boolean, _
ByVal rowsHiddenByDefault
A value indicating whether rows are hidden by default.
As Boolean _
)

Parameters

columnWidth
Width of the column.
rowHeight
Height of the row.
autoHeight
A value indicating whether row height is calculated automatically.
rowsHiddenByDefault
A value indicating whether rows are hidden by default.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also