MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class
Properties Methods

DDSheet Class Members

The following tables list the members exposed by DDSheet.

Public Properties
 NameDescription
Public PropertyGet columns count.  
Public PropertyGets or sets the flag indicating whether gridlines are displayed in the sheet.  
Public PropertyGets whether or not this sheet has merged areas  
Public PropertyGets the number of images.  
Public PropertyGets or sets the name of this DDSheet.  
Public PropertyGets collection of horizontal page breaks.  
Public PropertyGets a collection of vertical page breaks.  
Public PropertyGets a GrapeCity.SpreadBuilder.Printing.PageSetup class that represents current information about this sheet when it is printed.  
Public PropertyGets the DDSheets collection that this DDSheet is a member of.  
Public PropertyGets rows count.  
Top
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