The following tables list the members exposed by DDSheet.
| Name | Description | |
|---|---|---|
![]()  | DisplayGridLines | Sets or returns the flag indicating whether grid lines are displayed in the sheet. | 
![]()  | Name | Sets or returns the name of the DDSheet. | 
![]()  | PageSetup | Returns the current information about this sheet when printed. This information is displayed in Excel in the page setup dialog. | 
![]()  | ParentSheets | Returns the DDSheets collection of which this DDSheet is a member. | 
| 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. | 
    
    
    
    
    
    
