ActiveReports 18 .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 / 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