C# Class Smrf.NodeXL.ExcelTemplate.ExcelTemplateForm

Base class for all forms in the Excel template.
This class adds commonly used functionality to the FormPlus class. All ExcelTemplate forms should derive from it.
Inheritance: Smrf.AppLib.FormPlus
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Свойство Type Description
DoubleFormat String
Int32Format String
SingleFormat String

Méthodes publiques

Méthode Description
AssertValid ( ) : void
ExcelTemplateForm ( ) : System

Initializes a new instance of the ExcelTemplateForm class.

Méthodes protégées

Méthode Description
EditFont ( Font &oFont ) : void

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

EditFont() protected méthode

protected EditFont ( Font &oFont ) : void
oFont System.Drawing.Font
Résultat void

ExcelTemplateForm() public méthode

Initializes a new instance of the ExcelTemplateForm class.
public ExcelTemplateForm ( ) : System
Résultat System

Property Details

DoubleFormat public_oe static_oe property

public static String DoubleFormat
Résultat String

Int32Format public_oe static_oe property

public static String Int32Format
Résultat String

SingleFormat public_oe static_oe property

public static String SingleFormat
Résultat String