Returns the height of the specified row in points.
defget_row_height(self,row):...
Parameter
Type
Description
row
int
The row index.
Returns: float: The height of the row in points.
Example
importgroupdocs.watermarkasgwimportgroupdocs.watermark.contents.spreadsheetasgwc_xlsload_options=gw.SpreadsheetLoadOptions()withgw.Watermarker("spreadsheet.xlsx",load_options)aswatermarker:content=watermarker.get_content(gwc_xls.SpreadsheetContent)height=content.worksheets[0].get_row_height(0)print(height)```### See Also*class[`SpreadsheetWorksheet`](/watermark/python-net/groupdocs.watermark.contents.spreadsheet/spreadsheetworksheet/)
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.