SpreadsheetGear 2012
ISheet Interface Methods

For a list of all members of this type, see ISheet members.

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