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

In This Topic
    DDSheet Class Members
    In This Topic

    The following tables list the members exposed by DDSheet.

    Public Properties
     NameDescription
    Public PropertyGet columns count.  
    Public PropertySets or returns the flag indicating if grid lines are displayed in the sheet.  
    Public PropertyThis is used to check merged cells/areas.  
    Public PropertyGet the number of images.  
    Public PropertySets/returns the name of this DDSheet.  
    Public PropertyGets horizontal PageBreaks.  
    Public PropertyGets vertical PageBreaks.  
    Public PropertyReturns a PageSetup class representing current information about this sheet when printed. This information is displayed in Excel in the page setup dialog.  
    Public PropertyReturns the DDSheets collection that this DDSheet is a member of.  
    Public PropertyGet rows count.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a horizontal / row page break.  
    Public MethodAdds the specified image (currently stored as PNG format) to this sheet with the specified location, and settings.  
    Public MethodAdds one line with specified coordinates and properties.  
    Public MethodAdds a vertical / column page break.  
    Public MethodReturns the DDCell object for the specified row and column.  
    Public MethodReturns the DDCells between the specified DDCells.  
    Public MethodDeletes all properties and content, effectively creating a blank sheet."  
    Public MethodReturns the DDColumn object representing the specified column.  
    Public MethodFix images' offset in a specified sheet.  
    Public MethodReturns true if the specified cell's XFRecord has it's fMergeCell member is true.  
    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 row height can deviate from the font height. If the value is true, the height of the row will be directly based 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 from the MergedAreas record for this sheet.  
    Top
    See Also