Worksheet 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 Worksheet type exposes the following members.
Methods
Name | Description | |
---|---|---|
AutoFitRows | AutoFit of rows height. | |
Calculate | Calculates the formulas in the Worksheet. | |
Cell(String) | Return cell the specified by A1-style reference. | |
Cell(Int32, Int32) | Return cell the specified i and j. | |
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.) | |
Find | Finds the specified search string on the worksheet. Specify the search options using SearchOptions property. | |
Find(String, Boolean, Boolean, Boolean) | Finds the specified search string on the worksheet. | |
FindNext | Finds next occurrence of the search string on the worksheet. You should initialize the search with the Find() method. | |
GetAsBytesArrayCSV | Gets the bytes of worksheet saved as CSV document. | |
GetAsBytesArrayHTML | Gets the bytes of worksheet saved as HTML document. | |
GetAsBytesArrayTXT | Gets the bytes of worksheet saved as text document. | |
GetAsBytesArrayXML | Gets the bytes of worksheet saved as XML document. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Protect(String) | Protects this Worksheet with the password specified. | |
Protect(String, EnhancedSheetProtection) | Protects this Worksheet with specified password and options. | |
Range(String) | Return cell range the specified by A1-style reference. | |
Range(Int32, Int32, Int32, Int32) | Return cell range from the specified cell at (row1, col1) as upper-left cell and cell at (row2, col1) are the lower-right cell for this rectangle based range selection | |
SaveAsCSV(Stream) | Saves worksheet in a CSV format file. | |
SaveAsCSV(String) | Saves worksheet in a CSV format file. | |
SaveAsCSV(Stream, ConversionOptions) | Saves worksheet in a CSV format file | |
SaveAsCSV(Stream, String) | Saves worksheet in a CSV format file. | |
SaveAsCSV(String, ConversionOptions) | Saves worksheet in a CSV format file. | |
SaveAsCSV(String, String) | Saves worksheet in a CSV format file. | |
SaveAsCSV(Stream, String, String) | Saves worksheet in a CSV format file. | |
SaveAsCSV(String, String, String) | Saves worksheet in a CSV format file. | |
SaveAsCSV(Stream, String, String, Encoding) | Saves worksheet in a CSV format file. | |
SaveAsCSV(String, String, String, Encoding) | Saves worksheet in a CSV format file. | |
SaveAsCSV(Stream, String, String, Encoding, Boolean) | Saves worksheet in a CSV format file. | |
SaveAsCSV(String, String, String, Encoding, Boolean) | Saves worksheet in a CSV format file. | |
SaveAsHTML(Stream) | Saves worksheet in a HTML format file. | |
SaveAsHTML(StreamWriter) | Saves worksheet in a HTML format file. Use this overload to specify the encoding for output HTML file. Create StreamWriter instance with required encoding in constructor parameters. | |
SaveAsHTML(String) | Saves worksheet in a HTML format file. | |
SaveAsPDF(Stream) | Saves worksheet to PDF file with specified name. | |
SaveAsPDF(String) | Saves worksheet to PDF file with specified name. | |
SaveAsPDF(Stream, Boolean) | Saves worksheet to PDF file with specified name. | |
SaveAsPDF(String, Boolean) | Saves worksheet to PDF file with specified name. | |
SaveAsPDF(Stream, Boolean, String) | Saves worksheet to PDF file with specified name. | |
SaveAsPDF(String, Boolean, String) | Saves worksheet to PDF file with specified name. | |
SaveAsTXT(Stream) | Saves worksheet in a delimiter-separated text file. | |
SaveAsTXT(String) | Saves worksheet in a delimiter-separated text file. | |
SaveAsTXT(Stream, ConversionOptions) | Saves worksheet in a text format. | |
SaveAsTXT(Stream, String) | Saves worksheet in a text format. | |
SaveAsTXT(String, ConversionOptions) | Saves worksheet in a text format. | |
SaveAsTXT(String, String) | Saves worksheet in a text file format. | |
SaveAsTXT(Stream, String, String) | Saves worksheet in a text format. | |
SaveAsTXT(String, String, String) | Saves worksheet in a text format. | |
SaveAsTXT(Stream, String, String, Encoding) | Saves worksheet in a text format. | |
SaveAsTXT(String, String, String, Encoding) | Saves worksheet in a text format. | |
SaveAsTXT(Stream, String, String, Encoding, Boolean) | Saves worksheet in a text format. | |
SaveAsTXT(String, String, String, Encoding, Boolean) | Saves worksheet in a text format. | |
SaveAsXML(Stream) | Saves worksheet in a XML format file | |
SaveAsXML(String) | Saves worksheet in a XML format file | |
SaveAsXML(Stream, Encoding) | Saves worksheet in a XML format file | |
SaveAsXML(String, Encoding) | Saves worksheet in a XML format file | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnProtect | UnProtects this Worksheet with the password. |
See Also