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 the specified coordinates and properties. | |
AddVerticalPageBreak | Adds a vertical (column) page break. | |
Cell | Returns the DDCell object for the specified row and column. | |
Cells | Returns a DDCell instance for the specified cell number. | |
Clear | Deletes all properties and content, creating a blank sheet. | |
Columns | Returns the DDColumn object representing the specified column. | |
IsMerged | Sets or returns a value indicating whether the specified cell's XFRecord has its fMergeCell member set to True. | |
Rows | Returns a DDRow instance for the specified row number. | |
UnMergeCells | Removes the MergeArea from the MergedAreas record for this sheet. |