C# Class Smrf.AppLib.ExcelActiveWorksheetState

Retains the state of Excel's active worksheet.
An ExcelActiveWorksheetState object is returned by and passed to .
Inheritance: Object
Mostra file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_bScreenUpdating System.Boolean
m_oActiveWorksheet Worksheet

Public Methods

Method Description
ExcelActiveWorksheetState ( Microsoft activeWorksheet, System.Boolean screenUpdating ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

ExcelActiveWorksheetState() public method

Initializes a new instance of the class.
public ExcelActiveWorksheetState ( Microsoft activeWorksheet, System.Boolean screenUpdating ) : System
activeWorksheet Microsoft /// Worksheet that was active before was called, or /// null if there was no active worksheet. ///
screenUpdating System.Boolean /// true if Excel's screen updating was turned on before was called. ///
return System

Property Details

m_bScreenUpdating protected_oe property

protected Boolean,System m_bScreenUpdating
return System.Boolean

m_oActiveWorksheet protected_oe property

protected Worksheet m_oActiveWorksheet
return Worksheet