MindFusion.Wpf Pack Programmer's Guide
HeaderSizeForm Constructor
See Also
 





Initializes a new instance of the HeaderSizeForm class.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public HeaderSizeForm (
    Workbook workbook,
    string headerText,
    string captionText,
    Measure headerSize
)

Visual Basic  Copy Code

Public New ( _
    workbook As Workbook, _
    headerText As String, _
    captionText As String, _
    headerSize As Measure _
)

 Parameters

workbook

The workbook that should provide localization info.

headerText

The header text of the form.

captionText

The text of the caption of the form.

headerSize

The current size of the header to edit.

 See Also

HeaderSizeForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace