SpreadsheetGear 2012
ISheet Interface Members
Properties  Methods 

The following tables list the members exposed by ISheet.

Public Properties
 NameDescription
 PropertyIndexReturns the zero based index of this sheet.  
 PropertyNameGets or sets the name of the sheet.  
 PropertyTabReturns a reference to the sheet tab of this sheet.  
 PropertyTypeReturns the SheetType of this sheet.  
 PropertyVisibleGets or sets the property which indicates whether or not a worksheet is visible.  
 PropertyWorkbookReturns the workbook which contains the current sheet.  
 PropertyWorkbookSetReturns the parent IWorkbookSet of this sheet.  
Top
Public Methods
 NameDescription
 MethodCopyAfterCreates a new sheet after the specified sheet and copies the contents of this sheet to the newly created sheet.  
 MethodCopyBeforeCreates a new sheet before the specified sheet and copies the contents of this sheet to the newly created sheet.  
 MethodDeleteDeletes this sheet.  
 MethodEvaluateRangeEvaluates the specified formula and returns the resulting IRange.  
 MethodEvaluateRangesEvaluates the specified formula and returns the resulting array of ranges.  
 MethodEvaluateValueEvaluates the specified formula and returns the result as a System.Double, System.String, System.Boolean or ValueError.  
 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.  
 MethodMoveAfterMoves this sheet to come after the specified sheet.  
 MethodMoveBeforeMoves this sheet to come before the specified sheet.  
 MethodSelectSelects the sheet.  
Top
See Also

Reference

ISheet Interface
SpreadsheetGear Namespace

Send Feedback