SpreadsheetWorksheet class

SpreadsheetWorksheet class

Represents an Excel document worksheet.

Inheritance: SpreadsheetWorksheetContentPart

The SpreadsheetWorksheet type exposes the following members:

Properties

Property Description
page_setup Gets the printing page setup for this SpreadsheetWorksheet.
content_area_width Gets the width of the content area in points.
content_area_width_px Gets the width of the content area in pixels.
content_area_height Gets the height of the content area in points.
content_area_height_px Gets the height of the content area in pixels.
shapes Gets the collection of all shapes of this SpreadsheetWorksheet.
attachments Gets the collection of all attachments of this SpreadsheetWorksheet.
charts Gets the collection of all charts of this SpreadsheetWorksheet.
background_image Gets or sets the background image of this SpreadsheetWorksheet.
headers_footers Gets the collection of worksheet headers and footers.

Methods

Method Description
find_images Finds images according to the specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects.
find_images Finds all images in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects.
search Finds possible watermarks according to specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects.
search Finds all possible watermarks in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects.
get_column_width Gets the width of the specified column in points.
get_column_width_px Gets the width of the specified column in pixels.
get_row_height Gets the height of the specified row in points.
get_row_height_px Gets the height of the specified row in pixels.

See Also