SpreadsheetGear 2012
IModule Interface Members
Properties  Methods 

The following tables list the members exposed by IModule.

Public Properties
 NameDescription
 PropertyIndexReturns the zero based index of this sheet. (Inherited from SpreadsheetGear.ISheet)
 PropertyNameGets or sets the name of the sheet. (Inherited from SpreadsheetGear.ISheet)
 PropertyTabReturns a reference to the sheet tab of this sheet. (Inherited from SpreadsheetGear.ISheet)
 PropertyTypeReturns the SheetType of this sheet. (Inherited from SpreadsheetGear.ISheet)
 PropertyVisibleGets or sets the property which indicates whether or not a worksheet is visible. (Inherited from SpreadsheetGear.ISheet)
 PropertyWorkbookReturns the workbook which contains the current sheet. (Inherited from SpreadsheetGear.ISheet)
 PropertyWorkbookSetReturns the parent IWorkbookSet of this sheet. (Inherited from SpreadsheetGear.ISheet)
Top
Public Methods
 NameDescription
 MethodCopyAfterCreates a new sheet after the specified sheet and copies the contents of this sheet to the newly created sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodCopyBeforeCreates a new sheet before the specified sheet and copies the contents of this sheet to the newly created sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodDeleteDeletes this sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodEvaluateRangeEvaluates the specified formula and returns the resulting IRange. (Inherited from SpreadsheetGear.ISheet)
 MethodEvaluateRangesEvaluates the specified formula and returns the resulting array of ranges. (Inherited from SpreadsheetGear.ISheet)
 MethodEvaluateValueEvaluates the specified formula and returns the result as a System.Double, System.String, System.Boolean or ValueError. (Inherited from SpreadsheetGear.ISheet)
 MethodEvaluateValuesEvaluates the specified formula and returns the result as an array of objects, where each object is a System.Double, System.String, System.Boolean or ValueError. (Inherited from SpreadsheetGear.ISheet)
 MethodMoveAfterMoves this sheet to come after the specified sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodMoveBeforeMoves this sheet to come before the specified sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodSelectSelects the sheet. (Inherited from SpreadsheetGear.ISheet)
Top
See Also

Reference

IModule Interface
SpreadsheetGear Namespace

Send Feedback