Worksheets Methods
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The Worksheets type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds the worksheet with default name "Untitled N". | |
| Add(String) | Adds the worksheet. | |
| AddFromFile(String) | Adds the worksheet from CSV file. | |
| AddFromFile(String, String, Encoding) | Adds the worksheet from CSV file. | |
| ByName | Get Worksheet by name. | |
| Copy(Int32, Int32, String) | Copies the specified SourceIndex Worksheet. | |
| Copy(Int32, Int32, String, Boolean) | Copies the specified SourceIndex Worksheet. | |
| Delete(Int32) | Deletes the worksheet. | |
| Delete(String) | Deletes the worksheet. | |
| DeleteAll | Deletes all worksheets. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through a collection. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| IndexOf | Returns the index of worksheet on her name | |
| Insert | Inserts the specified index. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Move | Moves the specified SourceIndex Worksheet. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also