Worksheet Properties
 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.
Properties
| Name | Description | |
|---|---|---|
| Active |  Gets or sets a value indicating whether this Worksheet is active.  | |
| BackgroundPicture |  Gets or sets the sheet background picture.  | |
| Charts |  Gets the charts.  | |
| Columns |  Gets the list of columns.  | |
| DefaultColumnWidth |  Gets or sets the default width of the column in 1/256 of the width of the zero character, using default font.  | |
| HPageBreaks |  Gets the H page breaks.  | |
| Hyperlinks |  Returns a HyperLinks collection that represents the hyperlinks for the worksheet.  | |
| IsEmpty |  Gets a value indicating whether worksheet is empty.  | |
| ItemString |  Gets the Cell with the specified by A1-style reference.  | |
| ItemInt32, Int32 |  Gets the Cell with the specified row and col.  | |
| Name |  Gets or sets Worksheet name  | |
| NotEmptyColumnMax |  Gets the last column contains not empty cell.  | |
| NotEmptyColumnMin |  Gets the first column contains not empty cell.  | |
| NotEmptyRowMax |  Gets the last row contains not empty cell.  | |
| NotEmptyRowMin |  Gets the first row contains not empty cell.  | |
| PageSetup |  Gets or sets the page setup.  | |
| Pictures |  Gets the pictures.  | |
| Protected |  Gets a value indicating whether this Worksheet is protected against modification.  | |
| ProtectionOptions |  Gets the option flags for sheet protection.  | |
| Rows |  Gets the list of rows.  | |
| UsedRangeColumnMax |  Gets the last used column.  | |
| UsedRangeColumnMin |  Gets the first used column.  | |
| UsedRangeRowMax |  Gets the last used row.  | |
| UsedRangeRowMin |  Gets the first used row.  | |
| ViewOptions |  Gets the view options for the worksheet.  | |
| Visible |  Gets or sets the visible state of the sheet.  | |
| VPageBreaks |  Gets the V page breaks.  | 
See Also