ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class

In This Topic
DDSheet Class Methods
In This Topic

For a list of all members of this type, see DDSheet members.

Public Methods
 NameDescription
Public MethodAdds a horizontal page break to the sheet.  
Public MethodAdds the specified image (currently saved as PNG) to this sheet at the specified location and with the specified settings.  
Public MethodAdds a line with specified coordinates and properties.  
Public MethodAdds a vertical page break to the sheet.  
Public MethodReturns the DDCell object located in the specified row and column.  
Public MethodReturns the collection of DDCells between the specified DDCells.  
Public MethodDeletes all properties and content, effectively creating a blank sheet.  
Public MethodReturns the DDColumn object that represents the specified column.  
Public MethodAdjusts the position of images in the sheet to ensure they align correctly with cell boundaries.  
Public MethodGets whether a cell at specified coordinates is merged, or not.  
Public MethodReturns a DDRow instance for the specified row number.  
Public MethodSets the column width on the BiffRow object that represents the specified row number.  
Public MethodSets the AutoSize property for the row. If the value is false, the height of the row may differ from the height of the font. If the value is true, the height of the row is based directly on the size of the text in the row.  
Public MethodSets the row height on the BiffRow object that represents the specified row number.  
Public MethodRemoves the MergeArea containing the cell at the specified coordinates from the MergedAreas record for this sheet.  
Top
See Also