Name | Description | |
---|---|---|
AddHorizontalPageBreak | Adds a horizontal / row page break. | |
AddImage | Adds the specified image (currently stored as PNG format) to this sheet with the specified location, and settings. | |
AddLine | Adds one line with specified coordinates and properties. | |
AddVerticalPageBreak | Adds a vertical / column page break. | |
Cell | Returns the DDCell object for the specified row and column. | |
Cells | Returns the DDCells between the specified DDCells. | |
Clear | Deletes all properties and content, effectively creating a blank sheet." | |
Columns | Returns the DDColumn object representing the specified column. | |
FixImageOffset | Fix images' offset in a specified sheet. | |
IsMerged | Returns true if the specified cell's XFRecord has it's fMergeCell member is true. | |
Rows | Returns a DDRow instance for the specified row number. | |
SetColumnWidth | Sets the column width on the BiffRow object that represents the specified row number. | |
SetRowAutoSize | Sets the AutoSize property for the row. If the value is false, the row height can deviate from the font height. If the value is true, the height of the row will be directly based on the size of the text in the row. | |
SetRowHeight | Sets the row height on the BiffRow object that represents the specified row number. | |
UnMergeCells | Removes the MergeArea from the MergedAreas record for this sheet. |