SpreadsheetWorksheet
Leave feedback
On this page
Represents an Excel document worksheet.
public class SpreadsheetWorksheet : ContentPart
| Name | Description |
|---|---|
| Attachments { get; } | Gets the collection of all attachments of this SpreadsheetWorksheet. |
| BackgroundImage { get; set; } | Gets or sets the background image of this SpreadsheetWorksheet. |
| Charts { get; } | Gets the collection of all charts of this SpreadsheetWorksheet. |
| ContentAreaHeight { get; } | Gets the height of the content area in points. |
| ContentAreaHeightPx { get; } | Gets the height of the content area in pixels. |
| ContentAreaWidth { get; } | Gets the width of the content area in points. |
| ContentAreaWidthPx { get; } | Gets the width of the content area in pixels. |
| HeadersFooters { get; } | Gets the collection of worksheet headers and footers. |
| PageSetup { get; } | Gets the printing page setup for this SpreadsheetWorksheet. |
| Shapes { get; } | Gets the collection of all shapes of this SpreadsheetWorksheet. |
| Name | Description |
|---|---|
| FindImages() | Finds all images in the content. The search is conducted in the objects specified in SearchableObjects. |
| FindImages(ImageSearchCriteria) | Finds images according to the specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
| GetColumnWidth(int) | Gets the width of the specified column in points. |
| GetColumnWidthPx(int) | Gets the width of the specified column in pixels. |
| GetRowHeight(int) | Gets the height of the specified row in points. |
| GetRowHeightPx(int) | Gets the height of the specified row in pixels. |
| Search() | Finds all possible watermarks in the content. The search is conducted in the objects specified in SearchableObjects. |
| Search(SearchCriteria) | Finds possible watermarks according to specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
- class ContentPart
- namespace GroupDocs.Watermark.Contents.Spreadsheet
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.