ActiveReports Developer 7
DDSheet Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder Namespace : DDSheet Class

Glossary Item Box

The following tables list the members exposed by DDSheet.

Public Properties

 NameDescription
Public PropertyDisplayGridLinesSets or returns the flag indicating whether grid lines are displayed in the sheet.  
Public PropertyNameSets or returns the name of the DDSheet.  
Public PropertyPageSetupReturns the current information about this sheet when printed. This information is displayed in Excel in the page setup dialog.  
Public PropertyParentSheetsReturns the DDSheets collection of which this DDSheet is a member.  
Top

Public Methods

 NameDescription
Public MethodAddHorizontalPageBreakAdds a horizontal (row) page break.  
Public MethodAddImageAdds the specified image (currently stored as PNG format) to this sheet with the specified location, and settings.  
Public MethodAddLineAdds one line with the specified coordinates and properties.  
Public MethodAddVerticalPageBreakAdds a vertical (column) page break.  
Public MethodCellReturns the DDCell object for the specified row and column.  
Public MethodCellsReturns a DDCell instance for the specified cell number.  
Public MethodClearDeletes all properties and content, creating a blank sheet.  
Public MethodColumnsReturns the DDColumn object representing the specified column.  
Public MethodIsMergedSets or returns a value indicating whether the specified cell's XFRecord has its fMergeCell member set to True.  
Public MethodRowsReturns a DDRow instance for the specified row number.  
Public MethodUnMergeCellsRemoves the MergeArea from the MergedAreas record for this sheet.  
Top

See Also