C# Class Nettiers.AdventureWorks.Web.UI.ExcelFormatEventArgs

Provides data for the BeforeFormat and AfterFormat events.
Inheritance: System.EventArgs
Mostra file Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method Description
ExcelFormatEventArgs ( ) : System

Ctor

ExcelFormatEventArgs ( Control control, bool cancel, bool formatted, string columnName ) : System

Ctro

Method Details

ExcelFormatEventArgs() public method

Ctor
public ExcelFormatEventArgs ( ) : System
return System

ExcelFormatEventArgs() public method

Ctro
public ExcelFormatEventArgs ( Control control, bool cancel, bool formatted, string columnName ) : System
control System.Web.UI.Control
cancel bool
formatted bool
columnName string
return System