GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder Namespace : DDSheet Class |
For a list of all members of this type, see DDSheet members.
Name | Description | |
---|---|---|
AddHorizontalPageBreak | Adds a horizontal (row) page break. | |
AddImage | Overloaded. Adds the specified image (stored in PNG format) to the sheet at the specified location with the specified 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. |