SpreadsheetWorksheet
Contents
[
Hide
]
SpreadsheetWorksheet class
Represents an Excel document worksheet.
public class SpreadsheetWorksheet : ContentPart
Properties
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 . |
Methods
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 . |
See Also
- class ContentPart
- namespace GroupDocs.Watermark.Contents.Spreadsheet
- assembly GroupDocs.Watermark